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