selectCollection method
Implementation
Future<void> selectCollection(String collection) async {
query.exit();
source.selectCollection(collection);
if (source.selectedSourceId != null) {
await table.bindTo(source.selectedSourceId!, collection);
}
}