init static method

void init()

Initializes the Console

Implementation

static void init() {
  if (initialized) return;

  initialized = true;
}