deleteUnreadMessageSeparatorOfAConversation method
This method is used to remove all unread message separators.
jid
: The JID of the conversation.
Implementation
Future<bool?> deleteUnreadMessageSeparatorOfAConversation(String jid) {
throw UnimplementedError('has not been implemented.');
}