teardownJavascriptBridge method

Future<void> teardownJavascriptBridge()

Implementation

Future<void> teardownJavascriptBridge() {
  throw UnimplementedError(
      "WebView teardownJavascriptBridge is not implemented on the current platform");
}