update abstract method

Future<V?> update(
  1. K k
)

Force update for a value when a future is registered

Implementation

Future<V?> update(K k);