listServicesByHealthElementId method
Implementation
Future<List<DecryptedServiceDto>> listServicesByHealthElementId(UserDto user, String healthElementId, Crypto crypto) async {
return await crypto.decryptServices(user.dataOwnerId()!, null, (await this.rawListServicesByHealthElementId(healthElementId)) ?? []);
}