PlaySound method
Play a sound
Implementation
void PlaySound(
SoundD sound,
) => run(
() => _debugLabels.PlaySound(sound),
() => _flat.PlaySound(
sound,
),
);
Play a sound
void PlaySound(
SoundD sound,
) => run(
() => _debugLabels.PlaySound(sound),
() => _flat.PlaySound(
sound,
),
);