Skip to content

Commit

Permalink
Merge c1e63d0 into 0fab067
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin-dailype committed Sep 21, 2023
2 parents 0fab067 + c1e63d0 commit 6432ce2
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());
}
startLocationTracking() async {
await BackgroundLocationTrackerManager.startTracking();
}
stopLocationTracking() async {
await BackgroundLocationTrackerManager.stopTracking();
}
```

# FAQ:
Expand Down

0 comments on commit 6432ce2

Please sign in to comment.