deviceBusy property

ValueListenable<bool> get deviceBusy

Whether the device is currently busy - performing a long-lived, blocking operation.

Implementation

ValueListenable<bool> get deviceBusy => _deviceBusy;