isScanning method

Stream<bool> isScanning()

Implementation

Stream<bool> isScanning() {
  return bluetoothPrinterConnector.isScanning;
}