getCurrentAudioInput method

AudioDevice? getCurrentAudioInput()

Implementation

AudioDevice? getCurrentAudioInput() {
  return _currentInput;
}