callsSubject property

BehaviorSubject<IList<AliceHttpCall>> callsSubject
final

Rx subject which contains all intercepted http calls

Implementation

final BehaviorSubject<IList<AliceHttpCall>> callsSubject =
    BehaviorSubject.seeded(<AliceHttpCall>[].lock);