ThawaniPay class

Constructors

ThawaniPay()

Properties

hashCode int
The hash code for this object.
no setterinherited
keysViewModel KeysViewModel
getter/setter pair
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
payApi({required BuildContext context, required String api, required String publishKey, required String clintID, required String customerID, required List<Product> products, String? successUrl, String? cancelUrl, required Map<String, dynamic> metadata, required bool testMode, required void onCreate(Create create), required void onCancelled(Map<String, dynamic> payStatus), required void onPaid(Map<String, dynamic> payStatus), required dynamic onError(Map error)?}) Future<void>
Initiates the payment process via Thawani API.
toString() String
A string representation of this object.
inherited

Operators

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