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