pub unsafe static NSFileProviderDomainDidChange: &'static NSNotificationNameAvailable on crate feature
NSFileProviderDomain only.Expand description
Posted when any domain changed.
Interested client should then call +[NSFileProviderManager getDomainsWithCompletionHandler:] and see
what changed.
Note, this notification starts to be posted only after +[NSFileProviderManager getDomainsWithCompletionHandler:] is
called.
See also Appleās documentation