A much more detailed notification

This commit is contained in:
2026-02-27 07:05:08 +08:00
parent 9cc99e612a
commit dab43a7f30
9 changed files with 178 additions and 41 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class NotificationService {
FlutterLocalNotificationsPlugin();
static const String _channelId = 'tasq_default_channel';
static const String _channelName = 'General';
static const String _highChannelId = 'tasq_custom_sound_channel_2';
static const String _highChannelId = 'tasq_custom_sound_channel_3';
static const String _highChannelName = 'High Priority';
/// Call during app startup, after any necessary permissions have been