createPlatformAssetsPathHandler method

PlatformAssetsPathHandler createPlatformAssetsPathHandler(
  1. PlatformAssetsPathHandlerCreationParams params
)

Creates a new PlatformAssetsPathHandler.

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

Implementation

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