getAll static method

List<LocationQuery> getAll()

Returns list of all locations.

Sync getAll call (should not be used in context with async create)

Implementation

static List<LocationQuery> getAll() {
  return IsarDB.isar.locationQuery.where().findAllSync();
}