updates
Registers the communication topic with the system, so your app can be launched on-demand in the background to receive permission updates.
Declaration
final var updates: some AsyncSequence<PermissionResponse<CommunicationTopic>, Never> { get }