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