UFUSocialLogin class

Constructors

UFUSocialLogin()

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

generateNonce([int length = 32]) String
getPlatformVersion() Future<String?>
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.
signInWithApple(String clientId) Future<Map<String, dynamic>?>
signInWithFacebook(int socialType) Future<Map<String, dynamic>?>
signInWithGoogle() Future<UserCredential?>
toString() String
A string representation of this object.
inherited

Operators

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