set abstract method

Future<void> set(
  1. String key,
  2. Uint8List value
)

Stores the given value associated with the key.

If the key already exists, its value is overwritten.

Implementation

Future<void> set(String key, Uint8List value);