setActiveCallValue method

void setActiveCallValue(
  1. bool value
)

Sets the active call state.

Call this when an ongoing call session starts or ends.

Implementation

void setActiveCallValue(bool value) {
  isActiveCall.value = value;
}