UNNotificationAction constructor

UNNotificationAction({
  1. required String identifier,
  2. required String title,
  3. required List<UNNotificationActionOptions> options,
})

Implementation

UNNotificationAction({
  required this.identifier,
  required this.title,
  required this.options,
});