ResumeSound method

void ResumeSound(
  1. SoundD sound
)

Implementation

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