ping property

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

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

Implementation

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