getEncryptionKeysOf method

Future<Set<HexString>> getEncryptionKeysOf(
  1. HealthElement healthElement
)

Implementation

Future<Set<HexString>> getEncryptionKeysOf(HealthElement healthElement) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElement.getEncryptionKeysOf(
		_sdkId,
		healthElement,
	);
}