removeScreen

suspend fun removeScreen(args: Emulation.RemoveScreenParameter, mode: CommandMode = CommandMode.DEFAULT)

Remove screen from the device. Only supported in headless mode.


suspend fun removeScreen(screenId: String)

Remove screen from the device. Only supported in headless mode.

Parameters

screenId

No description