either method

Future<String> either()

Implementation

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