onLoading method Null safety

Future<void> onLoading()

더 불러오기

Implementation

Future<void> onLoading() async {
  refreshController.loadComplete();
}