getEncryptionKeysOf method

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

Implementation

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