updateArchiveUnArchiveChat method
This method is used to update the Archive status of the chat.
Implementation
Future<bool?> updateArchiveUnArchiveChat(String jid, bool isArchived) {
throw UnimplementedError('has not been implemented.');
}
This method is used to update the Archive status of the chat.
Future<bool?> updateArchiveUnArchiveChat(String jid, bool isArchived) {
throw UnimplementedError('has not been implemented.');
}