finished notification fix
This commit is contained in:
8
refilc/lib/utils/service_locator.dart
Normal file
8
refilc/lib/utils/service_locator.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:get_it/get_it.dart';
|
||||
import 'package:refilc/utils/navigation_service.dart';
|
||||
|
||||
GetIt locator = GetIt.instance;
|
||||
|
||||
void setupLocator() {
|
||||
locator.registerLazySingleton(() => NavigationService());
|
||||
}
|
||||
Reference in New Issue
Block a user