onRefresh method Null safety

Future<void> onRefresh()

새로고침

Implementation

Future<void> onRefresh() async {
  await fetchCowsCntByStatus();
  await fetchCowData();
}