FirebaseAuthenticationResult.error constructor

FirebaseAuthenticationResult.error({
  1. String? errorMessage,
  2. String? exceptionCode,
})

Implementation

FirebaseAuthenticationResult.error({this.errorMessage, this.exceptionCode})
    : user = null,
      additionalUserInfo = null;