removeJavascriptChannels method

  1. @override
Future<void> removeJavascriptChannels(
  1. Set<String> javascriptChannelNames
)

Not implemented on Linux. Will be supported in the future.

See WebViewPlatformController.removeJavascriptChannels for the original description.

TODO(Ino): implement removeJavascriptChannels

Implementation

@override
Future<void> removeJavascriptChannels(Set<String> javascriptChannelNames) {
  throw UnimplementedError(
      'WebView removeJavascriptChannels is not implemented on the current platform');
}