Retrive a List of Location currently stored in the plugin's SQLite database.
List locations = await BackgroundGeolocation.locations;
static Future<List> get locations async { return (await _methodChannel.invokeListMethod('getLocations'))!; }