get abstract method

Future<Uint8List> get(
  1. String key
)

Retrieves the value associated with the key.

Throws an exception if the key is not found.

Implementation

Future<Uint8List> get(String key);