pushBuffer property

List<Push> pushBuffer
final

A list of push to be sent out once the channel is joined.

Implementation

final List<Push> pushBuffer = [];