markConversationAsUnread method

dynamic markConversationAsUnread(
  1. List<String> jidlist
)

This method is used to mark the conversation as unread.

Implementation

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