loadingView method

Widget loadingView()

Implementation

Widget loadingView() {
  return const LoadingView();
}