diff --git a/README.md b/README.md index edabe01..cf38d66 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,15 @@ Future main() async { runApp(MyApp()); } + +startLocationTracking() async { + await BackgroundLocationTrackerManager.startTracking(); +} + +stopLocationTracking() async { + await BackgroundLocationTrackerManager.stopTracking(); +} + ``` # FAQ: