void print(
String line
)

Prints the given line.

Source

/**
 * Prints the given [line].
 */
void print(String line);