iter method

Future<RIterator<S>> iter()

Implementation

Future<RIterator<S>> iter() {
  return then((result) => result.iter());
}