showSipPage static method

dynamic showSipPage()

跳转息屏显示呼叫页面,仅Android可用

Implementation

static showSipPage() {
  if (defaultTargetPlatform == TargetPlatform.android) {
    _methodChannel.invokeMethod("showSipPage");
  }
}