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