Change large icon for notification on android
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ class LocalNotificationConfig {
|
||||
styleInformation: styleInformation,
|
||||
channelShowBadge: true,
|
||||
showWhen: true,
|
||||
largeIcon: const DrawableResourceAndroidBitmap('@mipmap/ic_large_notification')
|
||||
largeIcon: const DrawableResourceAndroidBitmap('ic_large_notification')
|
||||
),
|
||||
iOS: const DarwinNotificationDetails(
|
||||
presentSound: true,
|
||||
|
||||
Reference in New Issue
Block a user