remove abstract method

Future<void> remove(
  1. ValueWithType key
)

Removes the value for the given key

Implementation

Future<void> remove(ValueWithType key);