Skip to content

Commit 21079ad

Browse files
Merge pull request #59 from ashwin-dailype/readme-patch
Add start and stop methods to README
2 parents 0fab067 + 0919535 commit 21079ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ Future<void> main() async {
107107
108108
runApp(MyApp());
109109
}
110+
111+
Future startLocationTracking() async {
112+
await BackgroundLocationTrackerManager.startTracking();
113+
}
114+
115+
Future stopLocationTracking() async {
116+
await BackgroundLocationTrackerManager.stopTracking();
117+
}
118+
110119
```
111120

112121
# FAQ:

0 commit comments

Comments
 (0)