locations property

Future<List> get locations

Retrive a List of Location currently stored in the plugin's SQLite database.

An alias for getLocations with no query.

Example

List locations = await BackgroundGeolocation.locations;

Implementation

static Future<List> get locations => getLocations();