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