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