set abstract method

Future<void> set(
  1. ValueWithType key,
  2. ValueWithType newValue
)

Sets the value for the given key

Implementation

Future<void> set(ValueWithType key, ValueWithType newValue);