|
|
|
@ -31,6 +31,7 @@ class BaseAppClient {
|
|
|
|
AuthenticatedUser doctorProfile = AuthenticatedUser.fromJson(profile);
|
|
|
|
AuthenticatedUser doctorProfile = AuthenticatedUser.fromJson(profile);
|
|
|
|
body['DriverID'] = doctorProfile?.userID;
|
|
|
|
body['DriverID'] = doctorProfile?.userID;
|
|
|
|
body['CreatedBy'] = doctorProfile?.userID;
|
|
|
|
body['CreatedBy'] = doctorProfile?.userID;
|
|
|
|
|
|
|
|
body['TokenID'] = token;
|
|
|
|
body['UserID'] = doctorProfile?.userID;
|
|
|
|
body['UserID'] = doctorProfile?.userID;
|
|
|
|
body['MobileNo'] = doctorProfile?.mobileNumber;
|
|
|
|
body['MobileNo'] = doctorProfile?.mobileNumber;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|