post(_:)
Posts a given notification to the notification center.
Declaration
func post(_ notification: Notification)Parameters
- notification:
The notification to post.
Posts a given notification to the notification center.
func post(_ notification: Notification)The notification to post.