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