callsSubject property

BehaviorSubject<List<ChuckHttpCall>> callsSubject
final

Rx subject which contains all intercepted http calls

Implementation

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