onBusy method

void onBusy(
  1. R bloc, {
  2. String? event,
})

Called whenever the bloc is set to busy

Implementation

void onBusy(R bloc, {String? event}) {}