disableKey method

Future<OpenRouterManagedApiKey> disableKey(
  1. String hash
)

Implementation

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