menu
flutter_notification_wrapper package
documentation
flutter_notification_wrapper.dart
ReceivedNotification
category property
category property
dark_mode
light_mode
category
property
NotificationCategory
?
get
category
inherited
Returns the category of the notification.
Implementation
NotificationCategory? get category => _category;
flutter_notification_wrapper package
documentation
flutter_notification_wrapper
ReceivedNotification
category property
ReceivedNotification class