listInvoicesByHcPartyAndGroupId method
Implementation
Future<List<EncryptedInvoice>> listInvoicesByHcPartyAndGroupId(String hcPartyId, String groupId) async {
return await CardinalSdkPlatformInterface.instance.apis.invoice.encrypted.listInvoicesByHcPartyAndGroupId(
_sdkId,
hcPartyId,
groupId,
);
}