write abstract method

void write(
  1. String text
)

Writes the text to the console.

Implementation

void write(
  final String text,
);