SocialSignInMobile class

An implementation of SocialSignInPlatform that uses method channels.

Inheritance

Constructors

SocialSignInMobile()

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

initialSite(SocialSignInSiteConfig config, SocialSignInPageInfo pageInfo) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn(BuildContext context) Future<SocialSignInResultInterface>
Configure and direct login An SocialSignInFail which will be thrown if exceptions happen, a more specific reason will show in errorMessage
inherited
signInSite(SocialPlatform site, BuildContext context) Future<SocialSignInResultInterface>
Configue site information and trigger for mobile
override
toString() String
A string representation of this object.
inherited

Operators

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