findAll abstract method

List<T> findAll()

Returns all models of type T in local storage.

Implementation

List<T> findAll();