Update: 2026-07-04 18:43:56
This commit is contained in:
@@ -51,7 +51,7 @@ Future<bool> onStart(ServiceInstance service) async {
|
||||
print("✅ Background Service: Socket Connected! ID: ${socket?.id}");
|
||||
|
||||
// 🆕 طلب أي رحلات انتظار فاتتنا أثناء انقطاع الخدمة
|
||||
socket.emit('get_pending_orders');
|
||||
socket!.emit('get_pending_orders');
|
||||
|
||||
if (service is AndroidServiceInstance) {
|
||||
flutterLocalNotificationsPlugin.show(
|
||||
|
||||
Reference in New Issue
Block a user