|
|
|
@ -28,7 +28,6 @@ class BaseAppClient {
|
|
|
|
Map profile = await sharedPref.getObj(DOCTOR_PROFILE);
|
|
|
|
Map profile = await sharedPref.getObj(DOCTOR_PROFILE);
|
|
|
|
String token = await sharedPref.getString(TOKEN);
|
|
|
|
String token = await sharedPref.getString(TOKEN);
|
|
|
|
DoctorProfileModel doctorProfile = DoctorProfileModel.fromJson(profile);
|
|
|
|
DoctorProfileModel doctorProfile = DoctorProfileModel.fromJson(profile);
|
|
|
|
body.containsKey('');
|
|
|
|
|
|
|
|
body['DoctorID'] = doctorProfile.doctorID;
|
|
|
|
body['DoctorID'] = doctorProfile.doctorID;
|
|
|
|
body['EditedBy'] = doctorProfile.doctorID;
|
|
|
|
body['EditedBy'] = doctorProfile.doctorID;
|
|
|
|
body['ProjectID'] = doctorProfile.projectID;
|
|
|
|
body['ProjectID'] = doctorProfile.projectID;
|
|
|
|
|