createPlatformWebMessageChannelStatic method

PlatformWebMessageChannel createPlatformWebMessageChannelStatic()

Creates a new empty PlatformWebMessageChannel to access static methods.

This function should only be called by the app-facing package. Look at using WebMessageChannel in flutter_inappwebview instead.

Implementation

PlatformWebMessageChannel createPlatformWebMessageChannelStatic() {
  throw UnimplementedError(
      'createPlatformWebMessageChannelStatic is not implemented on the current platform.');
}