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