ContactBloc constructor

ContactBloc()

Implementation

ContactBloc() : super(ContactUninitialized()) {
  on<RefreshContactEvent>(_mapRefreshContactToState);
}