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 f57385e commit 200a34eCopy full SHA for 200a34e
lib/main.web.dart
@@ -4,6 +4,7 @@ import 'package:firebase_analytics/firebase_analytics.dart';
4
import 'package:firebase_core/firebase_core.dart';
5
import 'package:flutter_riverpod/flutter_riverpod.dart';
6
import 'package:flutter_uis/firebase_options.dart';
7
+import 'package:flutter_uis/services/notification/notification.dart';
8
import 'package:hive_flutter/hive_flutter.dart';
9
10
import 'utils/UIUtils.dart';
@@ -17,6 +18,7 @@ Future<void> main() async {
17
18
);
19
20
App.showAds = false;
21
+ AppFCM.init();
22
23
await Hive.initFlutter();
24
await Hive.openBox('app');
0 commit comments