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 GENERAL_ID = 'Cs2020@2016\$2958';
var IP_ADDRESS = '10.20.10.20';
var VERSION_ID = 8.3;
var VERSION_ID = 8.6;
var SETUP_ID = '91877';
var LANGUAGE = 2;
var PATIENT_OUT_SA = 0;

@ -456,7 +456,7 @@ class _LandingPageState extends State<LandingPage> with WidgetsBindingObserver {
final server = await SelectionDialog(
context,
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();
final json = {
@ -466,7 +466,6 @@ class _LandingPageState extends State<LandingPage> with WidgetsBindingObserver {
"notfID": "123",
"notification_foreground": "true",
"count": "1",
"message": "Doctor is calling ",
"AppointmentNo": "123",
"title": "Rayyan Hospital",

Loading…
Cancel
Save