removeJavascriptChannels method
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');
}