set abstract method

Future<void> set(
  1. K key,
  2. V value
)

Implementation

Future<void> set(K key, V value);