sendingFailed constant

MessageState const sendingFailed

Sending failed state when the message fails to be sent.

Implementation

static const sendingFailed = MessageState.failed(
  state: FailedState.sendingFailed(),
);