removeCalls method

FutureOr<void> removeCalls()

Remove all calls from calls subject

Implementation

FutureOr<void> removeCalls() => _configuration.aliceStorage.removeCalls();