createBloc method
A GlobalBloc is present to handle global events, like the activity indicator or messages (info, success, warning, error).
Implementation
@protected
GlobalBloc createBloc() => GlobalBloc();
A GlobalBloc is present to handle global events, like the activity indicator or messages (info, success, warning, error).
@protected
GlobalBloc createBloc() => GlobalBloc();