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 2b90ce5 commit bd40f2eCopy full SHA for bd40f2e
lib/src/samples/show_location_sample.dart
@@ -158,7 +158,7 @@ class ShowLocationSampleState extends State<ShowLocationSample> {
158
});
159
160
try {
161
- // await _locationDataSource.start();
+ await _locationDataSource.start();
162
_locationSubscription = _locationDataSource.onLocationChanged
163
.listen(_handleLdsLocationChange);
164
} on ArcGISException catch (e) {
0 commit comments