Page.clearDeviceOrientationOverrideClears the overridden Device Orientation.
{
"id": 1,
"method": "Page.clearDeviceOrientationOverride"
}
{
"id": 1,
"result": {}
}
const result = await send('Page.clearDeviceOrientationOverride');
console.log(result);