Apis class

Inheritance

Constructors

Apis({required dynamic onPaymentSuccess(PaymentSuccessResponse), required dynamic onPaymentError(PaymentFailureResponse), required dynamic onExternalWallet(ExternalWalletResponse)})

Properties

hashCode int
The hash code for this object.
no setterinherited
onExternalWallet ↔ dynamic Function(ExternalWalletResponse)
getter/setter pairinherited
onPaymentError ↔ dynamic Function(PaymentFailureResponse)
getter/setter pairinherited
onPaymentSuccess ↔ dynamic Function(PaymentSuccessResponse)
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCheckout({required String name, required String email, required String desc, required String phone, required double amount, required String key, required String secret, required int timeout}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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