clearDeviceOrientationOverride method

  1. @Deprecated('This command is deprecated')
Future<void> clearDeviceOrientationOverride()

Clears the overridden Device Orientation.

Implementation

@Deprecated('This command is deprecated')
Future<void> clearDeviceOrientationOverride() async {
  await _client.send('Page.clearDeviceOrientationOverride');
}