clearDevicePostureOverride method
Clears a device posture override set with either setDeviceMetricsOverride() or setDevicePostureOverride() and starts using posture information from the platform again. Does nothing if no override is set.
Implementation
Future<void> clearDevicePostureOverride() async {
await _client.send('Emulation.clearDevicePostureOverride');
}