updateArchiveUnArchiveChat method

Future<bool?> updateArchiveUnArchiveChat(
  1. String jid,
  2. bool isArchived
)

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.');
}