onBusy property

BusyBuilder<S>? onBusy
final

This is called whenever the bloc sets the onBusy flag (setBusy)

Implementation

final BusyBuilder<S>? onBusy;