isPropertySupported static method
- TracingSettingsProperty property, {
- TargetPlatform? platform,
Check if the current class is supported by the defaultTargetPlatform or a specific platform.
Implementation
static bool isPropertySupported(
TracingSettingsProperty property, {
TargetPlatform? platform,
}) => _TracingSettingsPropertySupported.isPropertySupported(
property,
platform: platform,
);