onConversationIsOnline property

void Function()? onConversationIsOnline
getter/setter pair

Triggered when a presence update event/message SolevatoEventMessageType.presence_update is received after connecting to the solevato websocket and conversation is online. See SolevatoRepository.listenForEvents

Implementation

void Function()? onConversationIsOnline;