put abstract method

FutureOr<V?> put(
  1. K key,
  2. V? value
)

Sets the value of key and returns it.

Implementation

FutureOr<V?> put(K key, V? value);