deleteRecentChats method
This method is used to delete the recent chats for the provided JIDs.
Implementation
Future<void> deleteRecentChats(
List<String> jidlist, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}