write abstract method

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

Writes a value asynchronously to storage on a background thread.

Implementation

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