callsSubject property

BehaviorSubject<List<InfospectLog>> callsSubject
final

A ValueListenable that allows listening to changes in the list of logs.

Listeners can be added to this ValueListenable to receive updates when new logs are added or cleared.

Implementation

final BehaviorSubject<List<InfospectLog>> callsSubject =
    BehaviorSubject.seeded([]);