getPendingData method

List<DataFrame> getPendingData(
  1. int streamId
)

Pending DATA frames for a given stream.

Implementation

List<DataFrame> getPendingData(int streamId) =>
    List.unmodifiable(_pendingData[streamId] ?? []);