getEncryptionKeysOf method

Future<Set<HexString>> getEncryptionKeysOf(
  1. GroupScoped<Patient> patient
)

Implementation

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