done My Referral Patient and create Base App Client

merge-requests/76/head
Mohammad ALjammal 6 years ago
parent 082447c576
commit d8a0b4148c

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

Loading…
Cancel
Save