hasActiveCall property

bool get hasActiveCall

Whether there is an active (non-held) call.

Implementation

bool get hasActiveCall => _currentCall != null;