onConversationIsOnline property

void Function()? onConversationIsOnline
getter/setter pair

Triggered when a presence update event/message DOOEventMessageType.presence_update is received after connecting to the DOO websocket and conversation is online. See DOORepository.listenForEvents

Implementation

void Function()? onConversationIsOnline;