findAll abstract method

Future<List<T>> findAll()

Find all objects that match this query.

Implementation

Future<List<T>> findAll();