forked from firka/student-legacy
8 lines
209 B
Dart
8 lines
209 B
Dart
import 'package:get_it/get_it.dart';
|
|
import 'package:refilc/utils/navigation_service.dart';
|
|
|
|
GetIt locator = GetIt.instance;
|
|
|
|
void setupLocator() {
|
|
locator.registerLazySingleton(() => NavigationService());
|
|
} |