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