removeJavascriptChannels method
Removes JavaScript channel names from the set of enabled channels.
This disables channels that were previously enabled by addJavaScriptChannels
or through
CreationParams.javascriptChannelNames.
Implementation
Future<void> removeJavascriptChannels(Set<String> javascriptChannelNames) {
throw UnimplementedError(
"WebView removeJavascriptChannels is not implemented on the current platform");
}