bootstrapRouteProvider top-level property
Implementation
final bootstrapRouteProvider = FutureProvider((ref) async {
return ref.watch(locationBootstrapProvider).resolve();
});
final bootstrapRouteProvider = FutureProvider((ref) async {
return ref.watch(locationBootstrapProvider).resolve();
});