M4eAuth constructor
Implementation
M4eAuth({
AuthApi authApi,
DataConnectionChecker connectionChecker,
}) : _authApi = authApi ?? m4eSDK<AuthApi>(),
_connectionChecker =
connectionChecker ?? m4eSDK<DataConnectionChecker>();
M4eAuth({
AuthApi authApi,
DataConnectionChecker connectionChecker,
}) : _authApi = authApi ?? m4eSDK<AuthApi>(),
_connectionChecker =
connectionChecker ?? m4eSDK<DataConnectionChecker>();