isPropertySupported static method
- WebViewEnvironmentSettingsProperty property, {
- TargetPlatform? platform,
Check if the given property is supported by the defaultTargetPlatform or a specific platform.
Implementation
static bool isPropertySupported(
WebViewEnvironmentSettingsProperty property, {
TargetPlatform? platform,
}) => _WebViewEnvironmentSettingsPropertySupported.isPropertySupported(
property,
platform: platform,
);