ClearAllDraftMessages constructor

const ClearAllDraftMessages({
  1. required bool excludeSecretChats,
})

Clears message drafts in all chats

Implementation

const ClearAllDraftMessages({
  required this.excludeSecretChats,
});