We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62e081 commit 4d12f0fCopy full SHA for 4d12f0f
lib/js_notifications_web.dart
@@ -45,7 +45,7 @@ class JsNotificationsWeb extends JsNotificationsPlatform {
45
serviceWorkerManager = ServiceWorkerManager(
46
onNotificationTap: _onNotificationTap,
47
onNotificationAction: _onNotificationAction,
48
- onNotificationDismiss: (t) => _onNotificationDismiss,
+ onNotificationDismiss: _onNotificationDismiss,
49
scopeUrl: _scopeUrl);
50
51
void _startEventListeners() {
0 commit comments