trustManagerInfos

A StateFlow containing the current, parsed list of trust entries.

  • The initial value is null while the first read and parsing are in progress.

  • It automatically re-queries the trustManager whenever it emits a change notification.

  • Uses SharingStarted.WhileSubscribed to pause observations if the UI is completely hidden.