isHaveCall property
bool
get
isHaveCall
Returns true if there is an active call.
Implementation
bool get isHaveCall => _callIdCurrent?.isNotEmpty ?? false;
Returns true if there is an active call.
bool get isHaveCall => _callIdCurrent?.isNotEmpty ?? false;