createPlatformProcessGlobalConfigStatic method

PlatformProcessGlobalConfig createPlatformProcessGlobalConfigStatic()

Creates a new empty PlatformProcessGlobalConfig to access static methods.

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

Implementation

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