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 51578d2 commit beff4bcCopy full SHA for beff4bc
lib/js_notifications_web.dart
@@ -48,7 +48,9 @@ class JsNotificationsWeb extends JsNotificationsPlatform {
48
onNotificationTap: _onNotificationTap,
49
onNotificationAction: _onNotificationAction,
50
onNotificationDismiss: _onNotificationDismiss,
51
- scopeUrl: _scopeUrl);
+ scopeUrl: _scopeUrl,
52
+ );
53
+ }
54
55
void _startEventListeners() {
56
_dismissSubscription = dismissStream.listen((event) {
0 commit comments