BootpayPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BootpayPlatform
Implementers

Constructors

BootpayPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
onCancel BootpayDefaultCallback?
getter/setter pair
onClose BootpayCloseCallback?
getter/setter pair
onConfirm BootpayConfirmCallback?
getter/setter pair
onDone BootpayDefaultCallback?
getter/setter pair
onError BootpayDefaultCallback?
getter/setter pair
onReady BootpayDefaultCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluateJavascript(String script) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePaymentWindow() Future<void>
request(Payload payload, Map<String, Object>? data) Future<void>
toString() String
A string representation of this object.
inherited
transactionConfirm(String data) Future<void>

Operators

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

Static Properties

instance BootpayPlatform
getter/setter pair