UnloadSound method

void UnloadSound(
  1. SoundD sound
)

Implementation

void UnloadSound(
  SoundD sound,
) => run(
  () => 'UnloadSound($sound)',
  () => rl.Audio.UnloadSound(
    _refSound1(sound).ref,
  ),
);