beep static method

String beep()

Implementation

static String beep() {
  return createLine(BEEP, []);
}