SocialLoginUtils class
Properties
-
googleSignInAccount
↔ GoogleSignInAccount?
-
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
appleLogin(BuildContext context, bool? isAndroid, {Color? progressBarColors, bool? isDisplayProgressBar, String? clientID})
→ Future<User?>
-
-
generateNonce([int length = 32])
→ String
-
-
initializeApp()
→ Future
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
sha256ofString(String input)
→ String
-
Returns the sha256 hash of
input
in hex notation.
-
showToastMessage(String message)
→ void
-
-
signInWithFacebook(BuildContext context, {Color? progressBarColors, bool? isDisplayProgressBar})
→ Future<User?>
-
-
signInWithGoogle(BuildContext context, {Color? progressBarColors, bool? isDisplayProgressBar})
→ Future<User?>
-
-
signInWithLinkedIn(BuildContext context, {Color? progressBarColors, bool? isDisplayProgressBar, required String redirectUrl, required String clientId, required String clientSecret, required PreferredSizeWidget? appBar, bool? destroySession})
→ Future<Map<String, dynamic>?>
-
-
signOut()
→ Future<bool>
-
-
toString()
→ String
-
A string representation of this object.
inherited