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