Files

8 lines
146 B
Dart
Raw Permalink Normal View History

2025-05-14 11:44:46 +03:30
import 'package:rasadyar_core/core.dart';
final di = GetIt.instance;
2025-07-19 15:35:07 +03:30
Future<void> setupPreInjection() async {
2025-05-17 17:07:44 +03:30
await setupAllCoreProvider();
}