callsStream property

Stream<List<AliceHttpCall>> callsStream
final

Stream which returns all HTTP calls on change.

Implementation

abstract final Stream<List<AliceHttpCall>> callsStream;