onBusy property

Stream onBusy

Implementation

Stream<dynamic> get onBusy{
  onBusyStreamController.close();
  onBusyStreamController = StreamController<dynamic>();
  return onBusyStreamController.stream;
}