menu
js_bindings package
documentation
bindings/notifications.dart
NotificationAction
NotificationAction factory constructor
NotificationAction factory constructor
dark_mode
light_mode
NotificationAction
constructor
NotificationAction
(
{
required
String
action
,
required
String
title
,
String
?
icon
,
})
Implementation
external factory NotificationAction( {required String action, required String title, String? icon});
js_bindings package
documentation
bindings/notifications
NotificationAction
NotificationAction factory constructor
NotificationAction class