isPropertySupported method

bool isPropertySupported(
  1. PlatformCookieManagerCreationParamsProperty property, {
  2. TargetPlatform? platform,
})

Check if the given property is supported by the defaultTargetPlatform or a specific platform.

Implementation

bool isPropertySupported(
  PlatformCookieManagerCreationParamsProperty property, {
  TargetPlatform? platform,
}) => params.isPropertySupported(property, platform: platform);