File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/services/notification Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1313 android : name =" android.adservices.AD_SERVICES_CONFIG"
1414 android : resource =" @xml/gma_ad_services_config"
1515 tools : replace =" android:resource" />
16+ <meta-data
17+ android : name =" com.google.firebase.messaging.default_notification_icon"
18+ android : resource =" @drawable/ic_notification" />
1619
1720 <meta-data
1821 android : name =" com.google.android.gms.ads.APPLICATION_ID"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ class LocalNotification {
2121
2222 LocalNotification .ins.initialize (
2323 initializationSettings,
24- onDidReceiveBackgroundNotificationResponse: (details) {
25- print ("onDidReceiveBackgroundNotificationResponse, $details " );
26- },
24+ // onDidReceiveBackgroundNotificationResponse: (details) {
25+ // print("onDidReceiveBackgroundNotificationResponse, $details");
26+ // },
2727 onDidReceiveNotificationResponse: (response) {
2828 print ("onDidReceiveNotificationResponse $response " );
2929 },
You can’t perform that action at this time.
0 commit comments