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