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