WechatLogin class Null safety

微信登录插件主体

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. [...]
read-only, inherited
iosAppId String
final
iosSecret String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
final

Methods

init() Future<void>
初始化sdk
login() Future<WechatLoginResponse>
登录
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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?>
read-only