blocUpdated property

List<void Function()> blocUpdated
getter/setter pairinherited

Add functions to this to be ran when the Bloc is updated.

Implementation

List<void Function()> blocUpdated = [];