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