get abstract method

Uint8List? get(
  1. Uint8List key
)

Read a key (sees own uncommitted writes + snapshot).

Implementation

Uint8List? get(final Uint8List key);