callCurrentIsEmpty method

bool callCurrentIsEmpty()

Implementation

bool callCurrentIsEmpty() {
  return _callIdCurrent == null || _callIdCurrent!.isEmpty;
}