menu
chromium package
documentation
dart/notifications.dart
OnClosedEvent
OnClosedEvent constructor
OnClosedEvent constructor
dark_mode
light_mode
OnClosedEvent
constructor
OnClosedEvent
(
{
required
String
notificationId
,
required
bool
byUser
,
})
Implementation
OnClosedEvent({
required
this
.notificationId,
required
this
.byUser, });
chromium package
documentation
dart/notifications
OnClosedEvent
OnClosedEvent constructor
OnClosedEvent class