callsSubject property

BehaviorSubject<List<AliceHttpCall>> callsSubject
final

Rx subject which contains all intercepted http calls

Implementation

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