markMessageUnopened method
Marks an inbox message as unopened/unread. Updates local state immediately and syncs with the server.
@param message The inbox message to mark as unopened
Implementation
void markMessageUnopened(InboxMessage message) {
_platform.markInboxMessageUnopened(message: message);
}