set abstract method

Future<void> set(
  1. String key,
  2. ChatResponse response
)

Stores response in the cache under key.

Implementation

Future<void> set(String key, ChatResponse response);