findMessages method Null safety
Query local messages in the specified session based on messageID Parameter: messageIDList message ID list
Note: web does not support this interface
Implementation
Future<V2TimValueCallback<List<V2TimMessage>>> findMessages({
required List<String> messageIDList,
}) async {
return await ImFlutterPlatform.instance
.findMessages(messageIDList: messageIDList);
}