pathHandlers property
List of registered path handlers.
WebViewAssetLoader will try Path Handlers in the order they're registered, and will use whichever is the first to return a non-null.
Implementation
List<PlatformPathHandler>? pathHandlers;
List of registered path handlers.
WebViewAssetLoader will try Path Handlers in the order they're registered, and will use whichever is the first to return a non-null.
List<PlatformPathHandler>? pathHandlers;