createPlatformAssetsPathHandlerStatic method

PlatformAssetsPathHandler createPlatformAssetsPathHandlerStatic()

Creates a new empty PlatformAssetsPathHandler to access static methods.

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

Implementation

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