clean method

Future<String> clean()

Implementation

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