update method

void update(
  1. String update
)

Implementation

void update(String update) {
  _write(_clearLn);
  _message = update;

  _onTick(_timer);
}