PatientApi constructor
PatientApi(
- String _sdkId
Implementation
PatientApi(
this._sdkId
) : tryAndRecover = TryAndRecoverPatientApi(_sdkId),
encrypted = EncryptedPatientApi(_sdkId);
PatientApi(
this._sdkId
) : tryAndRecover = TryAndRecoverPatientApi(_sdkId),
encrypted = EncryptedPatientApi(_sdkId);