handleJsException method

void handleJsException(
  1. JsError exception
)
override

Implementation

void handleJsException(JsError exception) {
  LogUtils.dBridge(exception.toString());
}