applicationDidUnhide(_:)
Tells the delegate that the app is now visible.
Declaration
@MainActor optional func applicationDidUnhide(_ notification: Notification)Parameters
- notification:
A notification named Didunhidenotification. Calling the Object method of this notification returns the
NSApplicationobject itself.