createPlatformWebMessageListener method

PlatformWebMessageListener createPlatformWebMessageListener(
  1. PlatformWebMessageListenerCreationParams params
)

Creates a new PlatformWebMessageListener.

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

Implementation

PlatformWebMessageListener createPlatformWebMessageListener(
  PlatformWebMessageListenerCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformWebMessageListener is not implemented on the current platform.');
}