meshPacketFlow
Flow of all raw MeshPacket objects received from the mesh.
Subscribing to this flow allows components to react to any incoming traffic. The underlying implementation may be backed by a hot shared flow, but this API intentionally exposes only the Flow interface. That implementation detail is hidden via kotlinx.coroutines.flow.SharedFlow.asFlow (kotlinx.coroutines 1.11+).