Stream of data responses from the device.
Stream<Uint8List> get dataResponse { return handleDataResponsePart(FlutterBluePlus .events.onCharacteristicReceived .where((event) => event.value[0] == _frameDataPrefix)); }