deleteMessagesForMe method
This method is used to delete the messages locally for the user.
Implementation
Future<void> deleteMessagesForMe(
String jid,
String chatType,
List<String> messageIds,
bool? isMediaDelete,
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}