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