getAll abstract method

Future<List<T>> getAll()

Retrieves all items.

Implementation

Future<List<T>> getAll();