message static method

void message(
  1. String msg
)

Implementation

static void message(String msg) {
  _msg = msg;
}