commonBloc property

set commonBloc (CommonBloc bloc)

Injects the app-wide loading-state bloc.

Assigning more than once is safe: a state manager outlives the pages that wire it, so re-pushing a page re-runs this setter on the same instance.

Implementation

set commonBloc(CommonBloc bloc);