goToTableContentList method

void goToTableContentList(
  1. String tableName
)

Implementation

void goToTableContentList(String tableName) {
  _navigationKey.currentState!.pushNamed(
    TableContentListScreen.routeName,
    arguments: tableName,
  );
}