createPlatformProcessGlobalConfig method

PlatformProcessGlobalConfig createPlatformProcessGlobalConfig(
  1. PlatformProcessGlobalConfigCreationParams params
)

Creates a new PlatformProcessGlobalConfig.

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

Implementation

PlatformProcessGlobalConfig createPlatformProcessGlobalConfig(
  PlatformProcessGlobalConfigCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformProcessGlobalConfig is not implemented on the current platform.');
}