RazorpayFlutterPlugin class

Flutter plugin for Razorpay SDK

Constructors

RazorpayFlutterPlugin()

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

handleMethodCall(MethodCall call) Future<Map>
Handles method calls over platform channel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startPayment(Map options) Future<Map>
Starts the payment flow
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void
Registers plugin with registrar

Constants

BASE_REQUEST_ERROR → const int
Base request error code
INCOMPATIBLE_PLUGIN → const int
Incompatible plugin error code
INVALID_OPTIONS → const int
Invalid options error code
NETWORK_ERROR → const int
Network error code
PAYMENT_CANCELLED → const int
Payment cancelled error code
TLS_ERROR → const int
TLS error code
UNKNOWN_ERROR → const int
Unknown error code