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