getAll method

Future<List<T>> getAll()

Get all records

Implementation

Future<List<T>> getAll() {
  return query().toList();
}