get abstract method

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

Retrieve some data from the cache

Implementation

Future<Uint8List?> get(String key);