From 7362f1ce968643f7fc40532eb32080c6123f57ee Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 31 Jul 2026 03:58:40 +0300 Subject: [PATCH] Update: 2026-07-31 03:58:40 --- siro_rider/lib/main.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/siro_rider/lib/main.dart b/siro_rider/lib/main.dart index 82a3d837..947ed5d9 100644 --- a/siro_rider/lib/main.dart +++ b/siro_rider/lib/main.dart @@ -110,7 +110,8 @@ Future backgroundMessageHandler(RemoteMessage message) async { } // عرض الإشعار المحلي عبر الكلاس المخصص - await NotificationController.showBackgroundNotification(title, body, 'ding'); + await NotificationController.showBackgroundNotification( + title, body, 'ding'); } } catch (e) { Log.print("Background local notification failed: $e"); @@ -118,6 +119,7 @@ Future backgroundMessageHandler(RemoteMessage message) async { } } +// void main() { // Use runZonedGuarded to catch all unhandled exceptions in the app. runZonedGuarded>(() async {