QRCode class

Sometimes WeChat is not installed on users's devices.However we can request a QRCode so that we can get AuthCode by scanning the QRCode All required params must not be null or empty schemeData only works on iOS see * https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=215238808828h4XN&token=&lang=zh_CN

Inheritance

Constructors

QRCode({required String appId, required String scope, required String nonceStr, required String timestamp, required String signature, String? schemeData})

Properties

appId String
final
arguments Map<String, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
nonceStr String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemeData String?
final
scope String
final
signature String
final
timestamp String
final

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