Skip to content

Commit 02528a7

Browse files
committed
Merge remote-tracking branch 'origin/v1' into v1
2 parents 0dc586a + 302abaa commit 02528a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flutter/flet_geolocator/lib/src/geolocator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class GeolocatorService extends FletService {
8181
locationSettings: parseLocationSettings(args["settings"]),
8282
);
8383
return currentPosition.toMap();
84-
} catch (error, stackTrace) {
84+
} catch (error) {
8585
control.triggerEvent("error", error.toString());
8686
break;
8787
}

0 commit comments

Comments
 (0)