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