resourceCustomSchemes property
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 native WebView
- iOS 11.0+
- MacOS 10.13+
Implementation
List<String>? resourceCustomSchemes;