flush static method

void flush(
  1. String value
)

Implementation

static void flush(String value) {
  print('Printer -flush: $value');
}