setChatArchived method
Future<void>
setChatArchived(
- String jid,
- bool isArchived,
- dynamic callback(
- FlyResponse response
This method is used to set the chat is archived.
Implementation
Future<void> setChatArchived(
String jid, bool isArchived, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}