FastpaySdkController 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

initPayment(PaymentInitiationRequest paymentInitiationRequest, dynamic onSuccess(PaymentInitiationResponse paymentInitiationResponse), {dynamic onFailed(int code, String message)?}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paymentValidate(PaymentValidateRequest request, dynamic onSuccess(PaymentValidateResponse message), {dynamic onFailed(int code, String message)?}) Future<void>
payWithOtp(PaymentSendOtpRequest paymentSendOtpRequest, dynamic onSuccess(PaymentSuccessResponse message), {dynamic onFailed(int code, String message)?}) Future<void>
sendOtp(PaymentSendOtpRequest paymentSendOtpRequest, dynamic onSuccess(String message), {dynamic onFailed(int code, String message)?}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FastpaySdkController
no setter