update abstract method

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

Implementation

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