write abstract method

String write(
  1. String key,
  2. String value
)

Writes a value synchronously to storage.

Implementation

String write(String key, String value);