updatingFailed constant

MessageState const updatingFailed

Updating failed state when the message fails to be updated.

Implementation

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