switchedCall method
Returns switched call instance (or null when there are no calls)
Implementation
CallModel? switchedCall() {
return _findCall(_switchedCallId);
}
Returns switched call instance (or null when there are no calls)
CallModel? switchedCall() {
return _findCall(_switchedCallId);
}