callsSubject property
Rx subject which contains all intercepted http calls
Implementation
final BehaviorSubject<List<AliceHttpCall>> callsSubject =
    BehaviorSubject.seeded([]);Rx subject which contains all intercepted http calls
final BehaviorSubject<List<AliceHttpCall>> callsSubject =
    BehaviorSubject.seeded([]);