getAllNodes method

Future<List<Node>> getAllNodes()

Implementation

Future<List<Node>> getAllNodes() async {
  return _repository.query();
}