findAll method

List<T> findAll()

Returns all saved objects from the repository

Implementation

List<T> findAll() {
  return _findAll(prefs);
}