onMicrophoneOpened method

void onMicrophoneOpened()

Implementation

void onMicrophoneOpened() {
  state.isMicrophoneOpened.value = true;
}