pathHandlers property

List<PlatformPathHandler>? pathHandlers
getter/setter pair

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;