getCalls method

List<AliceHttpCall> getCalls()

Returns all stored HTTP calls.

Implementation

List<AliceHttpCall> getCalls() => _configuration.aliceStorage.getCalls();