remove abstract method

Future<String> remove(
  1. String key
)

Remove the specified key.

Implementation

Future<String> remove(String key);