Stores the given value associated with the key.
value
key
If the key already exists, its value is overwritten.
Future<void> set(String key, Uint8List value);