We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2105eea commit f309890Copy full SHA for f309890
lib/model/weather_repo.dart
@@ -46,7 +46,7 @@ class WeatherRepo {
46
// return result;
47
// }
48
49
- //uses Stream instead of future. Mainly done because lastKnownLocation isn't as reliable as locationUpdates.
+ //uses Stream instead of future. Mainly done because lastKnownLocation isn't as reliable as currentLocation.
50
//when geolocation plugin is fixed or better plugin is released, will update code.
51
52
Stream<LocationResult> updateLocationStream(dynamic item) {
0 commit comments