updateDraftSilently method
Updates the text draft without notifying listeners.
Implementation
void updateDraftSilently(String value) {
_draft = value;
_mentions = _normalizeMentions(value);
}
Updates the text draft without notifying listeners.
void updateDraftSilently(String value) {
_draft = value;
_mentions = _normalizeMentions(value);
}