Build the Bloc
Bloc<T> build({Object? arguments, Object? pageScope}) => Bloc<T>( initialState(arguments), _handlersByEvent, _syncHandlersByEvent, pageScope: pageScope, );