onRefresh method Null safety

void onRefresh()

Implementation

void onRefresh() async {
  fetchCowsCntByStatus();
  refreshController.refreshCompleted();
}