defaultChannels property

List<AndroidNotificationChannel> get defaultChannels

Gets the default channels list.

Useful for documentation or displaying available channels to users.

Implementation

static List<AndroidNotificationChannel> get defaultChannels => _defaultChannels;