remove abstract method

Future<void> remove(
  1. String key
)

Removes the value with the given key.

Implementation

Future<void> remove(String key);