stateBluetooth property

Stream<BTStatus> stateBluetooth

Implementation

Stream<BTStatus> get stateBluetooth =>
    bluetoothPrinterConnector.currentStatus.cast<BTStatus>();