StopSound method

void StopSound(
  1. SoundD sound
)

Stop playing a sound

Implementation

void StopSound(
  SoundD sound,
) => run(
  () => _debugLabels.StopSound(sound),
  () => _flat.StopSound(
    sound,
  ),
);