allDaysWithServicesInited top-level property Providers
final
Wait for AllDaysWithServices.future() and return AllDaysWithServices.
{@category Providers}
Implementation
final allDaysWithServicesInited = FutureProvider((ref) async {
await ref.watch(allDaysWithServicesProvider.notifier).future();
return ref.watch(allDaysWithServicesProvider);
});