GhostDeviceRemoval

@Serializable
data class GhostDeviceRemoval(val ghostClientId: String) : DevToolsMessage(source)

Request to remove a ghost device.

Constructors

Link copied to clipboard
constructor(ghostClientId: String)

Properties

Link copied to clipboard