StopSound method
Stop playing a sound
Implementation
void StopSound(
SoundD sound,
) => run(
() => _debugLabels.StopSound(sound),
() => _flat.StopSound(
sound,
),
);
Stop playing a sound
void StopSound(
SoundD sound,
) => run(
() => _debugLabels.StopSound(sound),
() => _flat.StopSound(
sound,
),
);