createPlatformProxyControllerStatic method

PlatformProxyController createPlatformProxyControllerStatic()

Creates a new empty PlatformProxyController to access static methods.

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

Implementation

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