cachedLocationProvider top-level property

FutureProvider<LocationFixResult?> cachedLocationProvider
final

Implementation

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