didDisconnectNotification
A notification the system posts when a screen disconnects from the device.
Declaration
nonisolated class let didDisconnectNotification: NSNotification.NameMentioned in
Discussion
The object of the notification is the UIScreen object that represented the now-disconnected screen. There’s no userInfo dictionary.