CommonService class
Methods
-
changeScreen(ELocalScreenNavigator screen)
→ void
-
-
checkMobileMoneyStatusPayment({required Map<String, String?> body, required String token})
→ Future<IMobileMoneyProcessingRequestResponse>
-
-
dispose()
→ void
-
-
fetchPaymentStatus({required String token})
→ Future<void>
-
-
getTransactionForPaymentProcess({required String url, required String token})
→ Future<void>
-
-
hiddeSpinner()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
resentEwalletOtpPayment({required String transactionId, required String token})
→ Future<IBinoxusPayOnResponse>
-
-
setResultMessage({required String title, required String message})
→ void
-
-
setSelectedPaymentMethod(IPaymentMethod paymentMethod)
→ void
-
-
showSpinner()
→ void
-
-
submitEwalletProcessPayment({required Map<String, dynamic> body, required String token})
→ Future<IBinoxusPayOnResponse>
-
-
submitMobileMoneyProcessPayment({required Map<String, dynamic> body, required String token})
→ Future<IMobileMoneyProcessingRequestResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
validateEwalletOtpPayment({required Map<String, dynamic> body, required String token})
→ Future<IBinoxusPayOnResponse>
-