hasActiveCall property
bool
get
hasActiveCall
Whether there is an active (non-held) call.
Implementation
bool get hasActiveCall => _currentCall != null;
Whether there is an active (non-held) call.
bool get hasActiveCall => _currentCall != null;