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