Removes an entry from persistent storage.
@override Future<bool> remove(String key) async { return _data.remove(key) != null; }