ThawaniCards 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
-
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)?})
→ dynamic
-
-
delete({required String cardId, required void onDelete(), required void onError()})
→ dynamic
-
-
get({required bool testMode, required String customerId, required String apiKey, required void onError(Map<String, dynamic>), required void onDone(SavedCardsModel data)})
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited