menu
voltron package
documentation
adapter/exception.dart
DefaultExceptionHandlerAdapter
handleJsException method
handleJsException method
dark_mode
light_mode
handleJsException
method
void
handleJsException
(
JsError
exception
)
override
Implementation
void handleJsException(JsError exception) { LogUtils.dBridge(exception.toString()); }
voltron package
documentation
adapter/exception
DefaultExceptionHandlerAdapter
handleJsException method
DefaultExceptionHandlerAdapter class