blink static method

void blink(
  1. String msg
)

Implementation

static void blink(String msg) {
  _msg = msg;
  clean();
  _BlinkStar.start();
}