getLocations static method
Get stored locations from database
Implementation
static Future<List<LocationPoint>> getLocations({int? limit}) {
return BackgroundTrackerPlatform.instance.getLocations(limit: limit);
}
Get stored locations from database
static Future<List<LocationPoint>> getLocations({int? limit}) {
return BackgroundTrackerPlatform.instance.getLocations(limit: limit);
}