getAll method

Future<List<Document>> getAll()

Implementation

Future<List<Document>> getAll() async => await _builder.get();