isHaveCall property

bool get isHaveCall

Returns true if there is an active call.

Implementation

bool get isHaveCall => _callIdCurrent?.isNotEmpty ?? false;