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