Skip to content

Commit bd40f2e

Browse files
committed
uncomment test code
1 parent 2b90ce5 commit bd40f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/samples/show_location_sample.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class ShowLocationSampleState extends State<ShowLocationSample> {
158158
});
159159

160160
try {
161-
// await _locationDataSource.start();
161+
await _locationDataSource.start();
162162
_locationSubscription = _locationDataSource.onLocationChanged
163163
.listen(_handleLdsLocationChange);
164164
} on ArcGISException catch (e) {

0 commit comments

Comments
 (0)