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