error static method

void error(
  1. String data
)

Implementation

static void error(final String data) {
  write(data, type: PenType.error);
}