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 13
13
android : name =" android.adservices.AD_SERVICES_CONFIG"
14
14
android : resource =" @xml/gma_ad_services_config"
15
15
tools : replace =" android:resource" />
16
+ <meta-data
17
+ android : name =" com.google.firebase.messaging.default_notification_icon"
18
+ android : resource =" @drawable/ic_notification" />
16
19
17
20
<meta-data
18
21
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 {
21
21
22
22
LocalNotification .ins.initialize (
23
23
initializationSettings,
24
- onDidReceiveBackgroundNotificationResponse: (details) {
25
- print ("onDidReceiveBackgroundNotificationResponse, $details " );
26
- },
24
+ // onDidReceiveBackgroundNotificationResponse: (details) {
25
+ // print("onDidReceiveBackgroundNotificationResponse, $details");
26
+ // },
27
27
onDidReceiveNotificationResponse: (response) {
28
28
print ("onDidReceiveNotificationResponse $response " );
29
29
},
You can’t perform that action at this time.
0 commit comments