RazorpayWeb class
Flutter plugin for Razorpay Web.
Constructors
- RazorpayWeb({void onSuccess(RpaySuccessResponse)?, void onFailed(RpayFailedResponse)?, void onCancel(RpayCancelResponse)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onCancel → void Function(RpayCancelResponse)?
-
handle event on payment cancel.
final
- onFailed → void Function(RpayFailedResponse)?
-
handle event on payment failed.
final
- onSuccess → void Function(RpaySuccessResponse)?
-
handle event on payment success.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → void -
close razorpay checkout.
usage:- -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
Map< String, dynamic> options) → void -
open razorpay checkout.
usage:- -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited