resourceCustomSchemes property
List of custom schemes that the WebView must handle. Use the PlatformWebViewCreationParams.onLoadResourceCustomScheme event to intercept resource requests with custom scheme.
NOTE: available on iOS 11.0+.
Implementation
List<String> resourceCustomSchemes;