ClientSettings constructor

const ClientSettings({
  1. int? concurrentStreamLimit,
  2. int? streamWindowSize,
  3. bool allowServerPushes = false,
})

Implementation

const ClientSettings(
    {super.concurrentStreamLimit,
    super.streamWindowSize,
    this.allowServerPushes = false});