goToDatasetTab method

void goToDatasetTab()

Implementation

void goToDatasetTab() {
  setState(() {
    _tabController.index = 0;
  });
}