Future<void> selectSource(String sourceId) async { selectedSourceId = sourceId; sourceSearchText = ''; collectionSearchText = ''; notifyListeners(); await loadCollections(sourceId); }