ThawaniCards class
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