moveTaskToBack method

void moveTaskToBack()

APP退出到桌面

Implementation

void moveTaskToBack() async {
  return _api.moveTaskToBack();
}