findAll abstract method

Future<List<E>> findAll({
  1. List<Sort>? sort,
})

Finds all entities.

Optionally accepts sort to order the results.

Implementation

Future<List<E>> findAll({List<Sort>? sort});