In this current snippet I have declared notification to be nullable but get an null safe error for the if loop's notification.body and notification.title. Here'
I want to display a push notification when my app is in the background. I am using the flutter_local_notifications package and the firebase_messaging package. P
I'm looking for a way to show an app icon badge when a user receives a push notification. I'm using the Firebase_messaging plugin for flutter for the handling