PaymeSdkFlutter class

Constructors

PaymeSdkFlutter()

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 Properties

currentEnv PaymeSdkFlutterEnv?
getter/setter pair

Static Methods

close() Future<void>
deposit({int? amount}) Future
getAccountInfo() Future
getSupportedServices() Future
getWalletInfo() Future
login(String userId, String phone, PaymeSdkFlutterConfig config) Future<PaymeSdkFlutterKYCState>
logout() Future<void>
openHistory() Future
openKYC() Future
openService(String serviceCode, String serviceDescription) Future
openWallet() Future
pay(int amount, String orderId, PaymeSdkFlutterPayCode payCode, {String? storeId, String? userName, String? note, String? extraData, bool isShowResultUI = true}) Future
payQRCode(String qr, PaymeSdkFlutterPayCode payCode, {bool isShowResultUI = true}) Future
scanQR(PaymeSdkFlutterPayCode payCode) Future
setLanguage(PaymeSdkFlutterLanguage lang) Future
transfer({int? amount, String note = ""}) Future
withdraw({int? amount}) Future