LinkAccountResolver class abstract

The resolver for a link account flow interruption.

Inheritance

Constructors

LinkAccountResolver()

Properties

conflictingAccounts Future<ConflictingAccounts>?
Get the conflicting accounts of the user.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

linkToSite({required String loginId, required String password}) Future<Map<String, dynamic>>
Link a social account to an existing site account.
linkToSocial(SocialProvider provider) Future<Map<String, dynamic>>
Link a site account to an 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