FlutterStonePaymentPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterStonePaymentPlatform
- Implementers
Constructors
- FlutterStonePaymentPlatform()
- Constructs a FlutterStonePaymentPlatform.
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
-
cancel(
{required StoneCancelPayload cancelPayload}) → Future< StoneCancelResponse> -
deviceInfo(
) → Future< StoneDeviceInfo> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pay(
{required StonePaymentPayload paymentPayload}) → Future< StonePaymentResponse> -
print(
{required StonePrintPayload printPayload}) → Future< void> -
reprint(
{required StoneReprintPayload reprintPayload}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterStonePaymentPlatform
-
The default instance of FlutterStonePaymentPlatform to use.
getter/setter pair