sending constant

MessageState const sending

Sending state when the message is being sent.

Implementation

static const sending = MessageState.outgoing(
  state: OutgoingState.sending(),
);