doubleScreenCancel static method

void doubleScreenCancel()

关闭副屏

Implementation

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