resendChatItem abstract method

Future<void> resendChatItem(
  1. ChatItem item
)

Resends the specified item.

Implementation

Future<void> resendChatItem(ChatItem item);