AuthResponse.success constructor
const
AuthResponse.success(
- AuthCredential? cred, {
- User? user,
- bool reauth = true,
Implementation
const AuthResponse.success(this.cred, {this.user, this.reauth = true})
: error = null,
code = null;