onConversationIsOnline property

void Function()? onConversationIsOnline
getter/setter pair

Triggered when a presence update event/message RuutEventMessageType.presence_update is received after connecting to the ruut websocket and conversation is online. See RuutRepository.listenForEvents

Implementation

void Function()? onConversationIsOnline;