PaypalService class
A service class to handle PayPal payment integration
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openPaypal(
{required BuildContext context, required String clientId, required String secretKey, required List< Map< transactions, bool sandboxMode = true, String? note, String paymentGatewayName = "PayPal", dynamic onShowToast()?, dynamic onPaymentSuccess()?, dynamic onPaymentFailure()?, dynamic onPaymentCancel()?}) → Future<String, dynamic> >void> - Opens PayPal checkout screen with provided details
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited