getAll method

Future<List<ModelType>> getAll()

Fetches all rows in the table/document

Implementation

Future<List<ModelType>> getAll() => findMany(finder);