getAll static method
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();
}
Returns list of all locations.
Sync getAll call (should not be used in context with async create)
static List<LocationQuery> getAll() {
return IsarDB.isar.locationQuery.where().findAllSync();
}