getLocationCount static method

Future<int> getLocationCount()

Get count of stored locations

Implementation

static Future<int> getLocationCount() {
  return BackgroundTrackerPlatform.instance.getLocationCount();
}