UChargeInternetService class

Constructors

UChargeInternetService()

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

echo({required UBaseParams p, dynamic onOk(UResponse<UEchoResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UEchoResponse>?, UEmptyResponse?, String?)>
getBalance({required UBaseParams p, dynamic onOk(UResponse<UGetBalanceResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UGetBalanceResponse>?, UEmptyResponse?, String?)>
getStatus({required UGetStatusParams p, dynamic onOk(UResponse<UGetStatusResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UGetStatusResponse>?, UEmptyResponse?, String?)>
internetList({required UInternetListParams p, dynamic onOk(UResponse<UInternetPackageResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UInternetPackageResponse>?, UEmptyResponse?, String?)>
internetReserve({required UInternetReserveParams p, dynamic onOk(UResponse<UChargeInternetReserveResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UChargeInternetReserveResponse>?, UEmptyResponse?, String?)>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pin({required UReserveChargeParams p, dynamic onOk(UResponse<UChargeInternetReserveResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UChargeInternetReserveResponse>?, UEmptyResponse?, String?)>
topup({required UTopupChargeParams p, dynamic onOk(UResponse<UChargeInternetReserveResponse> r)?, dynamic onError(UEmptyResponse e)?, dynamic onException(String e)?}) → Future<(UResponse<UChargeInternetReserveResponse>?, UEmptyResponse?, String?)>
toString() → String
A string representation of this object.
inherited

Operators

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