hasActiveGroupCall property

bool hasActiveGroupCall

Implementation

bool get hasActiveGroupCall {
  if (activeGroupCallIds.isNotEmpty) {
    return true;
  }
  return false;
}