onLoading method Null safety

void onLoading()

개체설정화면에서 더 불러오기 했을때

Implementation

void onLoading() async {
  refreshController.loadComplete();
}