createPlatformInternalStoragePathHandlerStatic method

PlatformInternalStoragePathHandler createPlatformInternalStoragePathHandlerStatic()

Creates a new empty PlatformInternalStoragePathHandler to access static methods.

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

Implementation

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