buildLoading method

Widget buildLoading(
  1. BuildContext context
)

Called while waiting for the result of beforeLoad

Returns the Widget to render on the page

Implementation

Widget buildLoading(BuildContext context) {
  return Scaffold();
}