requestRefresh method Null safety
새로고침 요청
Implementation
void requestRefresh() async {
refreshController.requestRefresh();
await fetchCowsCntByStatus();
}
새로고침 요청
void requestRefresh() async {
refreshController.requestRefresh();
await fetchCowsCntByStatus();
}