h3FrameChunks property
HTTP/3 frame reassembly buffers after removing uni-stream type prefixes. This lets you parse H3 frames independently from the raw QUIC stream.
Implementation
final Map<int, Map<int, Uint8List>> h3FrameChunks =
<int, Map<int, Uint8List>>{};