packetMotionDataStream property

Stream<PacketMotionData> packetMotionDataStream

Stream of all UDP packets' motion data

Implementation

Stream<PacketMotionData> get packetMotionDataStream =>
    _packetMotionDataStream.stream;