otherOAuth static method

void otherOAuth()

Implementation

static void otherOAuth() async {
  // 登录成功之后,建立长连接
  connect();
  // 上传设备信息
  await BytedeskDeviceHttpApi().setDeviceInfo();
}