showLoading abstract method

void showLoading({
  1. String? message,
  2. bool showProgressIndeterminate = true,
  3. Widget? progressIndicator,
})

Implementation

void showLoading(
    {String? message,
    bool showProgressIndeterminate = true,
    Widget? progressIndicator});