esto es sobre el sitio web www.gaelglobal.org por favor necesito ayuda con la edición del tema/CSS específicamente, estoy tratando de eliminar esta imagen de fondo del tema
Servicio de notificaciones.init();
FirebaseMessaging.instance.getInitialMessage().then((message) { if (message != null) { //code for navigation } }); FirebaseMessaging.onMessage.listen((message) { if (message.notification != null) { print(message.notification!.title); print(message.notification!.body); } NotificationService.showNotification(message); }); FirebaseMessaging.onMessageOpenedApp.listen((message) { //code for navigation });