Removes a value from memory.
@override /// Removes a value from memory. Future<void> remove(String key) async { _mem.remove(key); }