put abstract method
Stores a value with the given key.
Overwrites any existing value for this key.
Implementation
Future<void> put(K key, V value);
Stores a value with the given key.
Overwrites any existing value for this key.
Future<void> put(K key, V value);