beep static method

Future beep()

Implementation

static Future beep() {
  return _channel.invokeMethod('beep');
}