put method

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

Put.

Implementation

Future<void> put(K key, V value) => _impl.putImpl(key, value);