Functions class abstract

Implementers

Constructors

Functions()

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

getDeviceInfo() Future<String>
getMyPoint() Future
getPurchaseVoucherDetails({required String voucherCode}) Future
getPurchaseVoucherList({String merchantId = "", int page = 0, int limit = 0}) Future
getVoucherDetails({required String voucherId}) Future
getVoucherList({required String longitude, required String latitude, int page = 0, int limit = 0, String merchantId = ""}) Future
giftVoucher({required String voucherCode, required String sendToMobileNumber}) Future
logout() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pointEarnHistory({int limit = 0, int page = 0}) Future
pointExpenseHistory({int limit = 0, int page = 0}) Future
purchaseVoucher({required String voucherId, required bool purchaseByCash, String transactionId = "", String accountId = "", String transactionDatetime = "", num amount = 0.0}) Future
toString() String
A string representation of this object.
inherited
transferPoints({String businessId = "", String sendToMobileNumber = "", required String keyword, required num transferAmount}) Future
useVoucher({required String voucherCode}) Future

Operators

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