sound_pause function

void sound_pause(
  1. Pointer<Sound> self
)

Implementation

void sound_pause(Pointer<Sound> self) => _sound_pause(self.addr);