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