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