CommonService class

Constructors

CommonService()

Properties

getPaymentMessageController → ValueStream<IResponseMessage>
no setter
getPaymentProcessInfo → ValueStream<IBinoxusRequestResponse>
no setter
getPaymentScreenInfo → ValueStream<ELocalScreenNavigator>
no setter
getSpinnerController → ValueStream<bool>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>

Operators

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