updateArchiveUnArchiveChat static method
- @Deprecated('Instead of use Mirrorfly.setChatArchived()')
Provides functionality to set the archived status of a chat.
Implementation
@Deprecated('Instead of use Mirrorfly.setChatArchived()')
static Future<bool?> updateArchiveUnArchiveChat(
String jid, bool isArchived) async {
return FlyChatFlutterPlatform.instance
.updateArchiveUnArchiveChat(jid, isArchived);
}