sent constant

MessageState const sent

Sent state when the message has been successfully sent.

Implementation

static const sent = MessageState.completed(
  state: CompletedState.sent(),
);