showGlobalLoading method
Show BaseLoadingIndicator above the entire app
Implementation
@protected
void showGlobalLoading() => _ref.read(globalLoadingProvider.notifier).show();
Show BaseLoadingIndicator above the entire app
@protected
void showGlobalLoading() => _ref.read(globalLoadingProvider.notifier).show();