cachedLocationProvider top-level property
Implementation
final cachedLocationProvider = FutureProvider<LocationFixResult?>((ref) async {
return ref.watch(locationStorageProvider).load();
});
final cachedLocationProvider = FutureProvider<LocationFixResult?>((ref) async {
return ref.watch(locationStorageProvider).load();
});