Future<void> selectSource(String sourceId) async { query.exit(); table.reset(); await source.selectSource(sourceId); }