createBloc method

  1. @protected
GlobalBloc createBloc()

A GlobalBloc is present to handle global events, like the activity indicator or messages (info, success, warning, error).

Implementation

@protected
GlobalBloc createBloc() => GlobalBloc();