BootpayMethodChannel class

Inheritance
Available extensions

Constructors

BootpayMethodChannel.new()

Properties

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

Methods

cancel() String

Available on BootpayMethodChannel, provided by the BootpayMethod extension

close() String

Available on BootpayMethodChannel, provided by the BootpayMethod extension

confirm() String

Available on BootpayMethodChannel, provided by the BootpayMethod extension

done() String

Available on BootpayMethodChannel, provided by the BootpayMethod extension

error() String

Available on BootpayMethodChannel, provided by the BootpayMethod extension

evaluateJavascript(String script) Future<void>
override
getAnalyticsData() Future<String>

Available on BootpayMethodChannel, provided by the BootpayMethod extension

getBootpayJS(Payload payload) String

Available on BootpayMethodChannel, provided by the BootpayParams extension

getBootpayJSBeforeContentLoaded(Payload payload) Future<List<String>>

Available on BootpayMethodChannel, provided by the BootpayParams extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ready() String

Available on BootpayMethodChannel, provided by the BootpayMethod extension

removePaymentWindow() Future<void>
override
request(Payload payload, Map<String, Object>? data) Future<void>
override
toString() String
A string representation of this object.
inherited
transactionConfirm(String data) Future<void>
override

Operators

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