M4eAuthService constructor

M4eAuthService({AuthApi authApi, DataConnectionChecker connectionChecker })

Implementation

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