onPing property

(void Function()?) onPing
getter/setter pair

Triggered when a ping event/message is received after connecting to the chatwoot websocket. See ChatwootRepository.listenForEvents

Implementation

void Function()? onPing;