@override Stream<int> stateUsbStream() { return _stateUsbBleChannel.receiveBroadcastStream().map((event) { return int.parse(event.toString()); }); }