writeAll method

void writeAll (
  1. Iterable objects,
  2. [String separator = ""]
)

Iterates over the given objects and writes them in sequence.

Implementation

void writeAll(Iterable objects, [String separator = ""]);