addJavascriptChannels method

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

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

See WebViewPlatformController.addJavascriptChannels for the original description.

TODO(Ino): implement addJavascriptChannels

Implementation

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