isPropertySupported static method

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

Implementation

static bool isPropertySupported(
  PlatformFindInteractionControllerCreationParamsProperty property, {
  TargetPlatform? platform,
}) => PlatformFindInteractionController.static().isPropertySupported(
  property,
  platform: platform,
);