status property
MessageStatus
get
status
Provides message's current status.
Represents the current state of a message from sending to delivery.
read: Opened by the recipient.delivered: Successfully delivered.undelivered: Failed to deliver.pending: Message is being sent.
Implementation
MessageStatus get status => _status.value;