removeCalls method
Remove all calls from calls subject
Implementation
FutureOr<void> removeCalls() => _configuration.aliceStorage.removeCalls();
Remove all calls from calls subject
FutureOr<void> removeCalls() => _configuration.aliceStorage.removeCalls();