Webservice class
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
-
confirmPayment(RequestModel requestModel, String msisdn, String transactionId, BuildContext context)
→ Future<PaymentResponseModel?>
-
-
getToken(RequestModel requestModel, BuildContext context)
→ Future<Response?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
performTransaction(RequestModel requestModel, String msisdn, String pin, String tokenId, BuildContext context)
→ Future<PaymentResponseModel?>
-
-
postToMerchant(RequestModel requestModel, String tokenId, dynamic context)
→ Future<MerchantResponseModel?>
-
-
requestForOTP(RequestModel requestModel, String msisdn, dynamic pin, BuildContext context)
→ Future<MobileVerifyModel?>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
validateOtp(RequestModel requestModel, String msisdn, String otp, BuildContext context)
→ Future<MobileVerifyModel?>
-