get abstract method

Future<ChatResponse?> get(
  1. String key
)

Returns the cached ChatResponse for key, or null if not found or expired.

Implementation

Future<ChatResponse?> get(String key);