M4eAuth constructor

M4eAuth({AuthApi authApi, DataConnectionChecker connectionChecker })

Implementation

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