PlaySound method

void PlaySound(
  1. SoundD sound
)

Play a sound

Implementation

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