onConversationIsOffline property
void Function()?
onConversationIsOffline
getter/setter pair
Triggered when a presence update event/message SquadweEventMessageType.presence_update is received after connecting to the squadwe websocket and conversation is offline. See SquadweRepository.listenForEvents
Implementation
void Function()? onConversationIsOffline;