enableUnifiedDesktop method
Enables/disables the unified desktop feature. If enabled while mirroring is active, the desktop mode will not change until mirroring is turned off. Otherwise, the desktop mode will switch to unified immediately. NOTE: This is only available to Chrome OS Kiosk apps and Web UI. |enabled|: True if unified desktop should be enabled.
Implementation
void enableUnifiedDesktop(bool enabled) {
$js.chrome.system.display.enableUnifiedDesktop(enabled);
}