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