Future<void> selectCollection(String collection) async { selectedCollection = collection; collectionSearchText = ''; notifyListeners(); await loadCollection(collection); }