active property
List<NotificationChannel>
get
active
Canais atualmente ativos (configurados).
Implementation
List<NotificationChannel> get active =>
channels.where((c) => c.enabled).toList(growable: false);