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