Skip to content

Commit

Permalink
Merge pull request #59 from ashwin-dailype/readme-patch
Browse files Browse the repository at this point in the history
Add start and stop methods to README
  • Loading branch information
ikbendewilliam committed Mar 7, 2024
2 parents 0fab067 + 0919535 commit 21079ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -107,6 +107,15 @@ Future<void> main() async {
runApp(MyApp());
}
Future startLocationTracking() async {
await BackgroundLocationTrackerManager.startTracking();
}
Future stopLocationTracking() async {
await BackgroundLocationTrackerManager.stopTracking();
}
```

# FAQ:
Expand Down

0 comments on commit 21079ad

Please sign in to comment.