pong property

(T? Function(Map<String, Object?>? payload, {required bool received})?) pong
final

The first argument communicates whether the pong was received from the server. If false, the pong was sent by the client.

Implementation

final T? Function(Map<String, Object?>? payload, {required bool received})?
    pong;