feat(do-not-disturb): add DND schedule feature with capabilities-driven UI
This commit is contained in:
@@ -190,6 +190,11 @@ void configureAppRouter() {
|
||||
name: 'volume_control',
|
||||
pageBuilder: const VolumeControlBuilder().buildPage,
|
||||
),
|
||||
GoRoute(
|
||||
path: 'do_not_disturb',
|
||||
name: 'do_not_disturb',
|
||||
pageBuilder: const DoNotDisturbBuilder().buildPage,
|
||||
),
|
||||
GoRoute(
|
||||
path: 'call_history',
|
||||
name: 'call_history',
|
||||
|
||||
Reference in New Issue
Block a user