notificationChannels top-level constant

List<String> const notificationChannels

Notification channels.

Implementation

const List<String> notificationChannels = [
  'iterm2',
  'terminal_bell',
  'terminal_notifier',
  'system',
];