findAll abstract method

Future<List<T>> findAll()

Retrieves all records of entity type T.

Implementation

Future<List<T>> findAll();