put abstract method

Future<void> put(
  1. String key,
  2. T value
)

Add / Replace the stash value for the specified key.

  • key: the key
  • value: the value

Implementation

Future<void> put(String key, T value);