onUpdate property

DataBuilder<S> onUpdate
final

This is called when ever there is a valid state update in the provided bloc (setState)

Implementation

final DataBuilder<S> onUpdate;