getPublicKey method

Future<PublicKey> getPublicKey(
  1. String healthcarePartyId
)

Implementation

Future<PublicKey> getPublicKey(String healthcarePartyId) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthcareParty.getPublicKey(
		_sdkId,
		healthcarePartyId,
	);
}