sound_stop function

void sound_stop(
  1. Pointer<Sound> self
)

Implementation

void sound_stop(Pointer<Sound> self) => _sound_stop(self.addr);