You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The geolocator will automatically try to request permissions when you try to acquire a location trough the `getCurrentPosition` or `getPositionStream` methods. We do however provide methods that will allow you to manually handle requesting permissions.
204
+
The geolocator will automatically try to request permissions when you try to acquire a location through the `getCurrentPosition` or `getPositionStream` methods. We do however provide methods that will allow you to manually handle requesting permissions.
205
205
206
206
If you want to check if the user already granted permissions to acquire the device's location you can make a call to the `checkPermission` method:
207
207
@@ -298,4 +298,4 @@ If you would like to contribute to the plugin (e.g. by improving the documentati
298
298
299
299
## Author
300
300
301
-
This Geolocator plugin for Flutter is developed by [Baseflow](https://baseflow.com).
301
+
This Geolocator plugin for Flutter is developed by [Baseflow](https://baseflow.com).
0 commit comments