|
|
|
|
@ -236,7 +236,7 @@ class FamilyFilesProvider with ChangeNotifier {
|
|
|
|
|
request['MobileNo'] = currentUser.mobileNumber[0].toString() == "0" ? currentUser.mobileNumber.toString() : '0' + currentUser.mobileNumber.toString();
|
|
|
|
|
request['PatientMobileNumber'] = currentUser.mobileNumber; //['MobileNumber'];
|
|
|
|
|
request['SearchType'] = 2;
|
|
|
|
|
request['SuperUser'] = currentUser.patientID; //currentUser.PatientID;
|
|
|
|
|
// request['SuperUser'] = currentUser.patientID; //currentUser.PatientID;
|
|
|
|
|
request['PatientIdentificationID'] = '';
|
|
|
|
|
request['IsSilentLogin'] = true;
|
|
|
|
|
request['DeviceToken'] = await sharedPref.getString(PUSH_TOKEN);
|
|
|
|
|
|