toolbarDidRemoveItem(_:)
Tells the delegate that the toolbar removed the specified item.
Declaration
@MainActor optional func toolbarDidRemoveItem(_ notification: Notification)Parameters
- notification:
A notification named Didremoveitemnotification.
Discussion
Use this method to update data structures related to your toolbar items.