setMessagesReadStatus method
Implementation
Future<List<Message>> setMessagesReadStatus(List<String> entityIds, int? time, bool readStatus, String? userId) async {
return await CardinalSdkPlatformInterface.instance.apis.message.tryAndRecover.setMessagesReadStatus(
_sdkId,
entityIds,
time,
readStatus,
userId,
);
}