ThawaniCards class

Constructors

ThawaniCards()

Properties

hashCode int
The hash code for this object.
no setterinherited
keysViewModel KeysViewModel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(BuildContext context, {required void onCreate(Create create), required void onCancelled(Map<String, dynamic> payStatus), required void onPaid(Map<String, dynamic> payStatus), required void onError(Map error)?}) → void
Adds a payment session.
delete({required String cardId, required void onDelete(), required void onError()}) → void
Deletes a saved card.
get({required bool testMode, required String customerId, required String apiKey, required void onError(Map<String, dynamic>), required void onDone(SavedCardsModel data)}) Future<void>
Retrieves saved cards associated with a customer ID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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