Writes a value to storage.
key The key to write. value The value to store.
key
value
Future<void> write(String key, String value);