markConversationAsRead method

dynamic markConversationAsRead(
  1. List<String> jidlist
)

This method is used to mark the conversation as read.

Implementation

markConversationAsRead(List<String> jidlist) {
  throw UnimplementedError('has not been implemented.');
}