selectReason method
Selects a reason for reporting the message.
reason is the ChatReportReason selected by the user.
Implementation
void selectReason(ChatReportReason reason) {
selectedReason = reason;
notifyListeners();
}
Selects a reason for reporting the message.
reason is the ChatReportReason selected by the user.
void selectReason(ChatReportReason reason) {
selectedReason = reason;
notifyListeners();
}