update abstract method

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

Implementation

Future<void> update(String key, T value);