PaymentManager class
Constructors
Properties
Methods
-
createPaymentIntent(
String amount, String currency, String secretKey) → Future< Map< String, dynamic> > -
displayPaymentSheet(
) → Future< void> -
dispose(
) → void -
generateHash(
Map response) → dynamic -
initiatePayment(
{required String gateway, required String secretKey, required String amount}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onError(
Map? response) → dynamic -
onPaymentCancel(
Map? response) → dynamic -
onPaymentFailure(
dynamic response) → dynamic -
onPaymentSuccess(
dynamic response) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited