@@ -4,7 +4,6 @@ import 'package:firebase_core/firebase_core.dart';
44import 'package:firebase_crashlytics/firebase_crashlytics.dart' ;
55import 'package:flutter/foundation.dart' ;
66import 'package:flutter/material.dart' ;
7- import 'package:flutter/services.dart' ;
87import 'package:flutter_riverpod/flutter_riverpod.dart' ;
98import 'package:get_it/get_it.dart' ;
109import 'package:go_router/go_router.dart' ;
@@ -21,7 +20,6 @@ import 'package:observatory/tasks/check_waitlist.dart';
2120import 'package:observatory/tasks/constants.dart' ;
2221import 'package:path_provider/path_provider.dart' ;
2322import 'package:supabase_flutter/supabase_flutter.dart' ;
24- import 'package:uni_links/uni_links.dart' ;
2523import 'package:workmanager/workmanager.dart' ;
2624
2725Future <void > initSettings () async {
@@ -58,18 +56,6 @@ Future<void> initSupabase() async {
5856 );
5957}
6058
61- Future <void > initUniLinks () async {
62- try {
63- final String ? initialLink = await getInitialLink ();
64-
65- if (initialLink == null ) {
66- return ;
67- }
68- } on PlatformException {
69- return ;
70- }
71- }
72-
7359@pragma ('vm:entry-point' )
7460void callbackDispatcher () {
7561 Workmanager ().executeTask ((task, inputData) async {
0 commit comments