endCall method
void
endCall()
Ends the current active call.
Implementation
void endCall() {
_bloc.add(const EndCallEvent());
hideCallOverlay();
}
Ends the current active call.
void endCall() {
_bloc.add(const EndCallEvent());
hideCallOverlay();
}