getConfidentialSecretIdsOf method
Implementation
Future<Set<String>> getConfidentialSecretIdsOf(Patient patient) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.getConfidentialSecretIdsOf(
_sdkId,
patient,
);
}
Future<Set<String>> getConfidentialSecretIdsOf(Patient patient) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.getConfidentialSecretIdsOf(
_sdkId,
patient,
);
}