Код: Выделить всё
Future showRegularNotification(
RemoteNotification notification,
RemoteMessage message,
) async {
await _localNotifications.show(
notification.hashCode,
notification.title,
notification.body,
NotificationDetails(
android: AndroidNotificationDetails(
_androidChannel.id,
_androidChannel.name,
channelDescription: _androidChannel.description,
icon: '@mipmap/ic_launcher',
),
),
payload: jsonEncode(message.toMap()),
);
}
< /code>
Я подтвердил, что: < /p>
[list]
[*] @mipmap/ic_launcher[/list]
Подробнее здесь: https://stackoverflow.com/questions/796 ... in-android
Мобильная версия