Pushing till working demo

dev_faiz
Faiz Hashmi 3 years ago
parent 18eabcb3b8
commit 16f3bfc221

@ -169,22 +169,6 @@ class _MyHomePageState extends State<MyHomePage> {
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);

Loading…
Cancel
Save