endLoading method

Future<void> endLoading()

准备关闭加载布局,会在完成后回弹

Implementation

Future<void> endLoading() {
  return Future.value();
}