onLiveModeChanged method

void onLiveModeChanged(
  1. PrivacyStatus status
)

Implementation

void onLiveModeChanged(PrivacyStatus status) {
  state.liveExtraInfo.value.liveMode.value = status;
}