createPlatformWebMessagePort method

PlatformWebMessagePort createPlatformWebMessagePort(
  1. PlatformWebMessagePortCreationParams params
)

Creates a new PlatformWebMessagePort.

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

Implementation

PlatformWebMessagePort createPlatformWebMessagePort(
  PlatformWebMessagePortCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformWebMessagePort is not implemented on the current platform.');
}