DataProvider
A source of live data from ARKit.
Declaration
protocol DataProvider : AnyObject, CustomStringConvertible, SendableOverview
Most providers supply an asynchronous sequence of updated anchors for the provider’s data type. For example, a HandTrackingProvider instance’s anchorUpdates property gives updates over time for hand anchors.