|
|
|
|
@ -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",
|
|
|
|
|
|