MainBloc constructor

MainBloc()

Implementation

MainBloc() : super(const _Initial()) {
  on<_Init>(_init);
  on<_RouteChanged>(_routeChanged);
}