endCall method

void endCall()

Ends the current active call.

Implementation

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