getAll method

Future<List<T>> getAll()

Get a list of models from the repository

The models are retrieved from the repository

Implementation

Future<List<T>> getAll() {
  throw UnimplementedError();
}