callsStream property

Stream<List<AliceHttpCall>> get callsStream

Returns stream which returns list of HTTP calls

Implementation

Stream<List<AliceHttpCall>> get callsStream =>
    _configuration.aliceStorage.callsStream;