endCall method
void
endCall()
Implementation
void endCall() {
debugPrint("SipWrapper endCall");
_channel?.platform?.invokeMethod(_EVENT_END_CALL);
_finishCall();
}
void endCall() {
debugPrint("SipWrapper endCall");
_channel?.platform?.invokeMethod(_EVENT_END_CALL);
_finishCall();
}