isMethodSupported method
- PlatformWebMessageChannelMethod method, {
- TargetPlatform? platform,
Check if the given method is supported by the defaultTargetPlatform or a specific platform.
Implementation
bool isMethodSupported(
PlatformWebMessageChannelMethod method, {
TargetPlatform? platform,
}) => _PlatformWebMessageChannelMethodSupported.isMethodSupported(
method,
platform: platform,
);