doubleScreenShow static method

void doubleScreenShow()

打开副屏

Implementation

static void doubleScreenShow() {
  _mainChannel.invokeMethod(Constants.doubleScreenShow);
}