locationStorageProvider top-level property
Implementation
final locationStorageProvider = Provider<LocationStorage>(
(ref) => SharedPreferencesLocationStorage(),
);
final locationStorageProvider = Provider<LocationStorage>(
(ref) => SharedPreferencesLocationStorage(),
);