Iterates over the given objects and writes them in sequence.
objects
external void writeAll(Iterable<dynamic> objects, [String separator = ""]);