apply(_:to:animatingDifferences:)
Updates the section UI to reflect the state of the data in the specified snapshot, optionally animating the UI changes.
Declaration
@MainActor @preconcurrency func apply(_ snapshot: NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>, to section: SectionIdentifierType, animatingDifferences: Bool = true) async