Deletes the entry for the given key.
key
Does nothing if the key does not exist.
@override Future<void> delete(String key) async => _map.remove(key);