Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NullByte08 authored Sep 2, 2023
1 parent aa4140e commit 2ee465c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ BackgroundLocation.setAndroidConfiguration(1000);
Start the location service. This will also ask the user for permission if not asked previously by another package.

```dart
BackgroundLocation.stopLocationService(); //To stop any previous running services
BackgroundLocation.startLocationService();
```

Expand Down

0 comments on commit 2ee465c

Please sign in to comment.