enableKey method

Implementation

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