endCall method

void endCall()

Implementation

void endCall() {
  _bloc.add(const EndCallEvent());
  hideCallOverlay();
}