call static method

dynamic call(
  1. String sipID
)

呼叫 sipID 呼叫的sip账号

Implementation

static call(String sipID) {
  _methodChannel.invokeMethod("call", {"sipID": sipID});
}