Hides the specified ChatItem for the authenticated MyUser.
Future<void> hideChatItem(ChatItem item) async { Log.debug('hideChatItem($item)', '$runtimeType'); await _chatRepository.hideChatItem(item.chatId, item.id); }