StopAudioStream method
Stop audio stream
Implementation
void StopAudioStream(
AudioStreamD stream,
) => run(
() => _debugLabels.StopAudioStream(stream),
() => _flat.StopAudioStream(
stream,
),
);
Stop audio stream
void StopAudioStream(
AudioStreamD stream,
) => run(
() => _debugLabels.StopAudioStream(stream),
() => _flat.StopAudioStream(
stream,
),
);