Gets all conversation keys.
@override Future<List<String>> getAllKeys() async { return _storage.keys.toList(); }