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