removeCalls method
void
removeCalls()
Remove all calls from calls subject
Implementation
void removeCalls() {
callsSubject.add([]);
}
Remove all calls from calls subject
void removeCalls() {
callsSubject.add([]);
}