Resends the specified item.
item
Future<void> resendChatItem(ChatItem item) async { Log.debug('resendChatItem($item)', '$runtimeType'); await _chatRepository.resendChatItem(item); }