clearDeviceOrientationOverride method
Clears the overridden Device Orientation.
Implementation
@Deprecated('This command is deprecated')
Future<void> clearDeviceOrientationOverride() async {
await _client.send('Page.clearDeviceOrientationOverride');
}