switchedCall method

CallModel? switchedCall()

Returns switched call instance (or null when there are no calls)

Implementation

CallModel? switchedCall() {
  return _findCall(_switchedCallId);
}