WechatLogin class

微信登录插件主体

Constructors

WechatLogin({required String androidAppId, required String androidSecret, required String iosAppId, required String iosSecret, required String universalLink})

Properties

androidAppId String
final
androidSecret String
final
hashCode int
The hash code for this object.
no setterinherited
iosAppId String
final
iosSecret String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
final

Methods

init() Future<void>
初始化sdk
login() Future<WechatLoginResponse>
登录
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

Static Properties

platformVersion Future<String?>
no setter