StripeGatewayService class abstract
Constructors
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
-
confirmIntent(
String paymentIntentId) → Future< void> -
createPaymentIntent(
String amount, String currency) → Future< Map< String, dynamic> > -
handlePayment(
) → Future< void> -
handlePaymentMethod(
AppTransaction transaction, {String name = '', String email = '', String phone = '', Address? address}) → Future< void> -
init(
) → Future< void> -
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