AuthResponse.success constructor

const AuthResponse.success(
  1. AuthCredential? cred, {
  2. User? user,
  3. bool reauth = true,
})

Implementation

const AuthResponse.success(this.cred, {this.user, this.reauth = true})
    : error = null,
      code = null;