Removes conversation state for a key.
@override Future<bool> remove(String key) async { return _storage.remove(key) != null; }