PhonePeCheckout class
INSECURE on-device signing. Good for sandbox tests only. In production, move signing to your backend.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
startPayment(
{required BuildContext context, required PhonePeConfig config, required int amountPaise, required String returnDeepLink, String? merchantUserId, String? merchantTransactionId, String? appBarTitle}) → Future< PhonePePaymentResult> - Create payment → open WebView → verify status → return result.