diff --git a/lib/home/home_screen.dart b/lib/home/home_screen.dart index fc03b41..beac166 100644 --- a/lib/home/home_screen.dart +++ b/lib/home/home_screen.dart @@ -169,22 +169,6 @@ class _MyHomePageState extends State { CallByVoice voiceCaller; voiceCall() async { - var j = { - "ID": 4182, - "PatientID": 123123, - "MobileNo": "05***6794", - "DoctorName": "Shakiera", - "DoctorNameN": "Shakeria", - "PatientGender": 1, - "CallNo": 123, - "callType": 1, - "RoomNo": "10", - "CreatedOn": "/Date(1673771382130+0300)/", - "EditedOn": "/Date(1673771384500+0300)/", - "CallNoStr": "A-5", - "QueueNo": null - }; - waitings = [Tickets.fromJson(j)]; if (waitings.isNotEmpty && voiceCaller == null) { final postVoice = getCallTypeText(waitings.first);