clearAllReactions method
void
clearAllReactions()
Clears all reactions for all messages.
Implementation
void clearAllReactions() {
_messageReactions.clear();
notifyListeners();
}
Clears all reactions for all messages.
void clearAllReactions() {
_messageReactions.clear();
notifyListeners();
}