getAll method

Future<List<Record>> getAll()

Implementation

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