We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1646c4 commit 32caefaCopy full SHA for 32caefa
lib/notifications/display.dart
@@ -204,7 +204,7 @@ class NotificationChannelManager {
204
205
await _androidHost.createNotificationChannel(NotificationChannel(
206
id: kChannelId,
207
- name: 'Messages', // TODO(i18n)
+ name: 'Messages', // TODO(#1284)
208
importance: NotificationImportance.high,
209
lightsEnabled: true,
210
soundUrl: defaultSoundUrl,
0 commit comments