NotificationCategory constructor
NotificationCategory({
- required String? identifier,
- required List<
NotificationAction> ? actions,
Implementation
NotificationCategory({
required this.identifier,
required this.actions,
});