Pocket class

Constructors

Pocket(String domain, String registryKey)

Properties

domain String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
registryKey String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vouchers List<Voucher>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(InfoPayResponse infoPay, String? otc, String? password, List<Voucher> vouchers) Future<String?>
payWithRandomVouchers(InfoPayResponse infoPay, String? otc, String? password) Future<String?>
redeemVouchers(String otc, String password, {double? lat, double? long}) Future<ResponseRedeem>
redeemVouchersForTest(String? otc, String? password, {double? lat, double? long}) Future<ResponseRedeem>
requestInfoPayment(String? otc, String? password) Future<InfoPayResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited