setActiveOutgoingValue method

void setActiveOutgoingValue(
  1. bool value
)

Sets the active outgoing call state.

Call this when an outgoing call is initiated or ends.

Implementation

void setActiveOutgoingValue(bool value) {
  isActiveOutgoingCall.value = value;
}