maxPushId property

int get maxPushId

The maximum Push ID advertised by the peer via MAX_PUSH_ID frames. Returns -1 if no MAX_PUSH_ID has been received.

Implementation

int get maxPushId => _maxPushId;