findAll method

Future<List<R>> findAll()

Implementation

Future<List<R>> findAll() => build().findAll();