menu
upgrade_flutter_starter_kit package
documentation
services/notification_service.dart
NotificationService
unreadCount property
unreadCount property
dark_mode
light_mode
unreadCount
property
int
get
unreadCount
Implementation
int get unreadCount => _notifications.where((n) => !n.isRead).length;
upgrade_flutter_starter_kit package
documentation
services/notification_service
NotificationService
unreadCount property
NotificationService class