bootstrapRouteProvider top-level property

FutureProvider<LocationBootstrapRoute> bootstrapRouteProvider
final

Implementation

final bootstrapRouteProvider = FutureProvider((ref) async {
  return ref.watch(locationBootstrapProvider).resolve();
});