close method

void close()

Close this iterables iterator.

Implementation

void close() => _iterator.close();