isMethodSupported static method

bool isMethodSupported(
  1. PlatformHeadlessInAppWebViewMethod method, {
  2. TargetPlatform? platform,
})

Implementation

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