clearDraft method

void clearDraft()

Clears the current draft.

Implementation

void clearDraft() {
  updateDraft('');
}