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.
2 parents d9b4272 + 896ddfa commit 5f56558Copy full SHA for 5f56558
lib/Components/notification_popup_dialogue_container.dart
@@ -6,6 +6,7 @@ import 'package:flutter/material.dart';
6
import 'package:provider/provider.dart';
7
8
Widget notificationPopupDialogueContainer({required BuildContext context}) {
9
+ NotificationApi.getNotifications(context: context);
10
return (Provider.of<HomeProvider>(context)
11
.notificationModel
12
.notifications
0 commit comments