Skip to content

Commit 4d12f0f

Browse files
committed
fix: onNotificationDismiss event
1 parent a62e081 commit 4d12f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/js_notifications_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class JsNotificationsWeb extends JsNotificationsPlatform {
4545
serviceWorkerManager = ServiceWorkerManager(
4646
onNotificationTap: _onNotificationTap,
4747
onNotificationAction: _onNotificationAction,
48-
onNotificationDismiss: (t) => _onNotificationDismiss,
48+
onNotificationDismiss: _onNotificationDismiss,
4949
scopeUrl: _scopeUrl);
5050

5151
void _startEventListeners() {

0 commit comments

Comments
 (0)