AuthService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
appleSignIn(
) → Future< Map< String, dynamic> > -
generateNonce(
[int length = 32]) → String -
getFirebaseUser(
) → Future< UserCredential> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sha256ofString(
String input) → String -
Returns the sha256 hash of
inputin hex notation. -
signInWithFacebook(
BuildContext context) → Future -
signInWithGoogle(
BuildContext context) → Future< User> -
toString(
) → String -
A string representation of this object.
inherited
-
verifyFirebaseUser(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited