UWalletService class

Constructors

UWalletService()

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

charge({required UWalletChargeParams p, dynamic onOk(UEmptyResponse e)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UEmptyResponse?, UEmptyResponse?, String?)>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purchase({required UWalletPurchaseParams p, dynamic onOk(UEmptyResponse e)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UEmptyResponse?, UEmptyResponse?, String?)>
read({required UWalletReadParams p, dynamic onOk(UResponse<List<UWalletResponse>> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<List<UWalletResponse>>?, UEmptyResponse?, String?)>
readByUserId({required UIdParams p, dynamic onOk(UResponse<List<UWalletResponse>> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<List<UWalletResponse>>?, UEmptyResponse?, String?)>
readTxn({required UWalletTxnReadParams p, dynamic onOk(UResponse<List<UWalletTxnResponse>> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<List<UWalletTxnResponse>>?, UEmptyResponse?, String?)>
toString() → String
A string representation of this object.
inherited
transfer({required UWalletTransferParams p, dynamic onOk(UResponse<UWalletTxnResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UWalletTxnResponse>?, UEmptyResponse?, String?)>

Operators

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