onRefresh method Null safety

void onRefresh()

개체설정화면에서 새로고침했을때

Implementation

void onRefresh() async {
  await fetchCows();
  refreshController.refreshCompleted();
}