remove abstract method

Future<bool> remove(
  1. String key
)

Removes the value associated with the key.

Implementation

Future<bool> remove(String key);