AuthService<T, Y, Z> constructor
AuthService<T, Y, Z> ({
- AuthMode authMode = AuthMode.providerAndCustom,
- required AuthSettings settings,
Implementation
AuthService({
AuthMode authMode = AuthMode.providerAndCustom,
required this.settings,
}) {
_authMode = authMode;
}