onMessageDelivered property

void Function(DOOMessage, String)? onMessageDelivered
getter/setter pair

Triggered when a message created event/message DOOEventMessageType.message_created is received and message belongs to current user after connecting to the DOO websocket. See DOORepository.listenForEvents

Implementation

void Function(DOOMessage, String)? onMessageDelivered;