removeScriptChannelByName method

Future<void> removeScriptChannelByName(
  1. int webviewId,
  2. String channelName
)

Implementation

Future<void> removeScriptChannelByName(int webviewId, String channelName) {
  throw UnimplementedError();
}