updateBloc method

void updateBloc()
inherited

Signal that this Bloc has been updated. This will call all listeners added to blocUpdated.

Implementation

void updateBloc() => blocUpdated.forEach((element) => element());