listToPatients method

Future<List<DecryptedInvoice>> listToPatients(
  1. String hcPartyId
)

Implementation

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