From d8a0b4148c3332b757a3559a7dc7618516388608 Mon Sep 17 00:00:00 2001 From: Mohammad ALjammal Date: Thu, 28 May 2020 14:01:23 +0300 Subject: [PATCH] done My Referral Patient and create Base App Client --- lib/client/base_app_client.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/client/base_app_client.dart b/lib/client/base_app_client.dart index 7c34b262..10164c4b 100644 --- a/lib/client/base_app_client.dart +++ b/lib/client/base_app_client.dart @@ -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;