disableKey method
Implementation
Future<OpenRouterManagedApiKey> disableKey(String hash) =>
updateKey(hash, const OpenRouterUpdateApiKeyRequest(disabled: true));
Future<OpenRouterManagedApiKey> disableKey(String hash) =>
updateKey(hash, const OpenRouterUpdateApiKeyRequest(disabled: true));