readAllMessages method
The action for the read all messages.
Implementation
@action
Future<void> readAllMessages() async {
_readSequence = sequentialMessageMap.getHighestSequence();
await updateUnreadStatus();
}
The action for the read all messages.
@action
Future<void> readAllMessages() async {
_readSequence = sequentialMessageMap.getHighestSequence();
await updateUnreadStatus();
}