write abstract method

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

Writes a value to storage.

key The key to write. value The value to store.

Implementation

Future<void> write(String key, String value);