onBusy method

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

Called whenever the bloc is set to busy

Implementation

void onBusy(String blocName, {String? event}) {}