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