ServiceBloc constructor
ServiceBloc(
- ServiceState initialState, {
- required ServiceDataRepository serviceDataRepository,
Implementation
ServiceBloc(
super.initialState, {
required this.serviceDataRepository,
}) {
on(_handleCreate);
on(_multichecklistChanged);
on(_handleSearch);
on(_handlereset);
on(_handleSelect);
}