menu
nets_core package
documentation
services/notifications_service.dart
NotificationAction
NotificationAction.new constructor
NotificationAction.new constructor
dark_mode
light_mode
NotificationAction
constructor
NotificationAction
(
String
id
,
String
title
)
Creates a
NotificationAction
with
id
and
title
.
Implementation
NotificationAction(this.id, this.title);
nets_core package
documentation
services/notifications_service
NotificationAction
NotificationAction.new constructor
NotificationAction class