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