A much more detailed notification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user