AuthProvider class

Implementers

Constructors

AuthProvider.new()

Properties

authChannelName String
getter/setter pair
authStatusChannelName String
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

auth({required Map<String, dynamic> arguments, required AuthorizeCall authorizeCall}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
qqAuthCall(AuthStatus status, AuthorizeCall authorizeCall, Map<String, dynamic> arguments) → void
toString() String
A string representation of this object.
inherited
weChatAuthCall(AuthStatus status, AuthorizeCall authorizeCall, Map<String, dynamic> arguments) → void
weiBoAuthCall(AuthStatus status, AuthorizeCall authorizeCall, Map<String, dynamic> arguments) → void

Operators

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