AuthResponse.error constructor
const
AuthResponse.error(
- Object? error, [
- AuthErrorCode? code = AuthErrorCode.other
Implementation
const AuthResponse.error(this.error, [this.code = AuthErrorCode.other])
: user = null,
reauth = false,
cred = null;