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