SimpleBloc<Event, T> constructor

SimpleBloc<Event, T>()

Implementation

SimpleBloc() : super(SimpleState<T>.initial()) {
  registerEventHandlers();
}