isMethodSupported static method
- PlatformContainerControllerMethod method, {
- TargetPlatform? platform,
Checks whether method is available on platform.
Implementation
static bool isMethodSupported(
PlatformContainerControllerMethod method, {
TargetPlatform? platform,
}) => PlatformContainerController.static().isMethodSupported(
method,
platform: platform,
);