SimpleBloc<Event, T> constructor
SimpleBloc<Event, T> ()
Implementation
SimpleBloc() : super(SimpleState<T>.initial()) {
registerEventHandlers();
}
SimpleBloc() : super(SimpleState<T>.initial()) {
registerEventHandlers();
}