isMethodSupported static method
- PlatformHeadlessInAppWebViewMethod method, {
- TargetPlatform? platform,
Implementation
static bool isMethodSupported(
PlatformHeadlessInAppWebViewMethod method, {
TargetPlatform? platform,
}) => PlatformHeadlessInAppWebView.static().isMethodSupported(
method,
platform: platform,
);