hardDeleted constant

MessageState const hardDeleted

Hard deleted state when the message has been successfully hard deleted.

Implementation

static const hardDeleted = MessageState.completed(
  state: CompletedState.deleted(hard: true),
);