get abstract method

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

Fetch data stored under key.

If nothing is cached for key, this must return null.

Implementation

Future<T?> get(String key);