iter method

Future<Iter<S>> iter()

Implementation

@pragma("vm:prefer-inline")
Future<Iter<S>> iter() {
  return then((result) => result.iter());
}