updateBloc method
void
updateBloc()
Signal that this Bloc has been updated. This will call all listeners added to blocUpdated.
Implementation
void updateBloc() => blocUpdated.forEach((element) => element());
Signal that this Bloc has been updated. This will call all listeners added to blocUpdated.
void updateBloc() => blocUpdated.forEach((element) => element());