cancelCurrentCall method

void cancelCurrentCall()

Implementation

void cancelCurrentCall() {
  currentCall?.cancel();
}