LinkAccountResolver class
Resolver used for link account flow interruption.
- Mixed-in types
Constructors
- LinkAccountResolver(MethodChannel _channel)
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
-
decodeError(
PlatformException error) → Map< String, dynamic> -
Mapping communication error structure.
inherited
-
getConflictingAccounts(
) → Future< ConflictingAccounts> - Get the user conflicting account object to determine how to resolve the flow.
-
linkToSite(
String loginId, String password) → Future< Map< String, dynamic> ?> - Link social account to existing site account.
-
linkToSocial(
SocialProvider provider) → Future< Map< String, dynamic> ?> - Link site account to existing social account.
-
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