WxSdk class

Constructors

WxSdk()

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

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 Methods

init(String appId) Future<void>
login(String appId, String secret) Future<UserInfoResponse?>
openMiniProgram(String userName) Future<void>
shareImage({Uint8List? image, required ShareImageType type}) Future<void>
shareMiniProgram(String title, String description, Uint8List thumbData, String webpageUrl, String path, String userName) Future<void>