handlesURLScheme method
Returns a Boolean value that indicates whether WebKit natively supports resources with the specified URL scheme.
urlScheme
represents the URL scheme associated with the resource.
NOTE for iOS: available only on iOS 11.0+.
NOTE for MacOS: available only on MacOS 10.13+.
Officially Supported Platforms/Implementations:
Implementation
Future<bool> handlesURLScheme(String urlScheme) {
throw UnimplementedError(
'handlesURLScheme is not implemented on the current platform');
}