entities method

Future<String> entities()

Implementation

Future<String> entities() {
  return trying(
    reader.read('entities'),
  );
}