refreshAudioDevice method
void
refreshAudioDevice()
Implementation
void refreshAudioDevice() async {
print('refreshAudioDevice');
await _getInput();
}
void refreshAudioDevice() async {
print('refreshAudioDevice');
await _getInput();
}