CloseAudioDevice method
void
CloseAudioDevice()
Close the audio device and context
Implementation
void CloseAudioDevice() => run(
() => _debugLabels.CloseAudioDevice(),
() => _flat.CloseAudioDevice(),
);
Close the audio device and context
void CloseAudioDevice() => run(
() => _debugLabels.CloseAudioDevice(),
() => _flat.CloseAudioDevice(),
);