resourceCustomSchemes property
getter/setter pair
List of custom schemes that the WebView must handle. Use the PlatformWebViewCreationParams.onLoadResourceWithCustomScheme event to intercept resource requests with custom scheme.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView 11.0+
- macOS WKWebView 10.13+
Implementation
List<String>? resourceCustomSchemes;