showLoading method

void showLoading({
  1. Widget? widget,
})

Implementation

void showLoading({Widget? widget}) {
  _showLoading(widget);
}