goToTableList method

void goToTableList()

Implementation

void goToTableList() =>
    _navigationKey.currentState!.pushNamed(TableListScreen.routeName);