showGlobalLoading method

  1. @protected
void showGlobalLoading()
inherited

Show BaseLoadingIndicator above the entire app

Implementation

@protected
void showGlobalLoading() =>
    _ref.read(globalLoadingProvider.notifier).update((state) => true);