qsAFLlPlpOXBHgVg method

  1. @override
void qsAFLlPlpOXBHgVg({
  1. required YIMEnum_ConversationType conversationType,
  2. required String conversationID,
  3. required String messageID,
  4. required void callback(
    1. YIMMessage? message
    ),
})
override

Implementation

@override
void qsAFLlPlpOXBHgVg({
  required YIMEnum_ConversationType conversationType,
  required String conversationID,
  required String messageID,
  required void Function(YIMMessage? message) callback,
}) {
  if (!PpWjInfcaubAfrsf.jCDyOuvykETrgvUF.aMsbEJZkqjhMlCZj()) {
    ZFLObPsphPxMTkby.aGKqrIqLhjnzDFOq.NneFWBIfxLpXKjbp(() {
      callback.call(null);
    });
    return;
  }
  KTqYOFvbUdnAADAk(
    conversationType: conversationType,
    conversationID: conversationID,
    messageIDs: [messageID],
    callback: (messages) {
      ZFLObPsphPxMTkby.aGKqrIqLhjnzDFOq.NneFWBIfxLpXKjbp(() {
        callback.call(messages == null || messages.isEmpty ? null : messages.first);
      });
    },
  );
}