LogInWithGoogleFailure class

Thrown during the sign in with google process if a failure occurs. https://pub.dev/documentation/firebase_auth/latest/firebase_auth/FirebaseAuth/signInWithCredential.html

Implemented types

Constructors

LogInWithGoogleFailure([String code = 'unknown', String message = 'An unknown exception occurred.'])
Thrown during the sign in with google process if a failure occurs. https://pub.dev/documentation/firebase_auth/latest/firebase_auth/FirebaseAuth/signInWithCredential.html
const
LogInWithGoogleFailure.fromCode(String code)
Create an authentication message from a firebase authentication exception code.
factory

Properties

code String
The associated code.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The associated error message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited