AuthService<T, Y, Z> constructor

AuthService<T, Y, Z>({
  1. AuthMode authMode = AuthMode.providerAndCustom,
  2. required AuthSettings settings,
})

Implementation

AuthService({
  AuthMode authMode = AuthMode.providerAndCustom,
  required this.settings,
}) {
  _authMode = authMode;
}