set abstract method

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

Implementation

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