channelManager property
NotificationChannelManager?
get
channelManager
Gets the channel manager for advanced channel operations.
Returns null on non-Android platforms.
Example:
final manager = NotificationService().channelManager;
await manager?.createChannel(customChannel);
Implementation
NotificationChannelManager? get channelManager => _channelManager;