createPlatformProxyController method

PlatformProxyController createPlatformProxyController(
  1. PlatformProxyControllerCreationParams params
)

Creates a new PlatformProxyController.

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

Implementation

PlatformProxyController createPlatformProxyController(
  PlatformProxyControllerCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformProxyController is not implemented on the current platform.');
}