removeCalls method

void removeCalls()

Remove all calls from calls subject

Implementation

void removeCalls() {
  callsSubject.add([]);
}