hangup static method

dynamic hangup()

挂断

Implementation

static hangup() {
  _methodChannel.invokeMethod("hangup");
}