addJavaScriptChannel method

Future<void> addJavaScriptChannel(
  1. JavaScriptChannelParams javaScriptChannelParams
)

Adds a new JavaScript channel to the set of enabled channels.

Implementation

Future<void> addJavaScriptChannel(
    JavaScriptChannelParams javaScriptChannelParams,
    ) {
  throw UnimplementedError(
      'addJavaScriptChannel is not implemented on the current platform');
}