IsAudioDeviceReady method
Check if audio device has been initialized successfully
Implementation
bool IsAudioDeviceReady() => run(
() => _debugLabels.IsAudioDeviceReady(),
() => _flat.IsAudioDeviceReady(),
);
Check if audio device has been initialized successfully
bool IsAudioDeviceReady() => run(
() => _debugLabels.IsAudioDeviceReady(),
() => _flat.IsAudioDeviceReady(),
);