getByIds static method
Returns list of locations by ids.
Sync getAll call (should not be used in context with async create)
Implementation
static List<LocationQuery?> getByIds(List<int> ids) {
return IsarDB.isar.locationQuery.getAllSync(ids);
}
Returns list of locations by ids.
Sync getAll call (should not be used in context with async create)
static List<LocationQuery?> getByIds(List<int> ids) {
return IsarDB.isar.locationQuery.getAllSync(ids);
}