menu
bootpay package
documentation
shims/bootpay_web.dart
BootpayPlatform
onCancel method
onCancel method
dark_mode
light_mode
onCancel
method
void
onCancel
(
String
data
)
Implementation
void onCancel(String data) { if(this._callbackCancel != null) this._callbackCancel!(data); }
bootpay package
documentation
shims/bootpay_web
BootpayPlatform
onCancel method
BootpayPlatform class