isMethodSupported method
- PlatformWebViewFeatureMethod method, {
- TargetPlatform? platform,
Check if the given method is supported by the defaultTargetPlatform or a specific platform.
Implementation
bool isMethodSupported(
PlatformWebViewFeatureMethod method, {
TargetPlatform? platform,
}) => _PlatformWebViewFeatureMethodSupported.isMethodSupported(
method,
platform: platform,
);