get abstract method

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

Gets a value with the given key.

Returns the cached value as bytes, or null if not found.

Implementation

Future<Uint8List?> get(String key);