findAll method

Future<List<User>> findAll()

Returns all users.

Implementation

Future<List<User>> findAll() => _repo.findAll();