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