no message

merge-requests/605/head
Zohaib Iqbal Kambrani 3 years ago
parent e615ca1a16
commit 1aabf08417

@ -399,7 +399,7 @@ var UPDATE_COVID_QUESTIONNAIRE = 'Services/Doctors.svc/REST/COVID19_Questionnar
var CHANNEL = 3; var CHANNEL = 3;
var GENERAL_ID = 'Cs2020@2016\$2958'; var GENERAL_ID = 'Cs2020@2016\$2958';
var IP_ADDRESS = '10.20.10.20'; var IP_ADDRESS = '10.20.10.20';
var VERSION_ID = 8.3; var VERSION_ID = 8.6;
var SETUP_ID = '91877'; var SETUP_ID = '91877';
var LANGUAGE = 2; var LANGUAGE = 2;
var PATIENT_OUT_SA = 0; var PATIENT_OUT_SA = 0;

@ -456,7 +456,7 @@ class _LandingPageState extends State<LandingPage> with WidgetsBindingObserver {
final server = await SelectionDialog( final server = await SelectionDialog(
context, context,
title: "Select Server", title: "Select Server",
items: ["https://livecareturn.hmg.com", "https://104.197.179.1:8086"] items: ["https://livecareturn.hmg.com:8086", "https://104.197.179.1:8086"]
).show(); ).show();
final json = { final json = {
@ -466,7 +466,6 @@ class _LandingPageState extends State<LandingPage> with WidgetsBindingObserver {
"notfID": "123", "notfID": "123",
"notification_foreground": "true", "notification_foreground": "true",
"count": "1", "count": "1",
"message": "Doctor is calling ", "message": "Doctor is calling ",
"AppointmentNo": "123", "AppointmentNo": "123",
"title": "Rayyan Hospital", "title": "Rayyan Hospital",

Loading…
Cancel
Save