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