appInitServiceProvider top-level property
Implementation
final appInitServiceProvider =
Provider<AppInitializationService>((ref) => AppInitializationService(
appStartupService: ref.watch(appStartupServiceProvider),
userService: ref.watch(userServiceProvider),
dioService: ref.watch(dioServiceProvider),
));