pauseChannel method
- int channelId
Pauses the sound playing on the specified channelId.
Implementation
void pauseChannel(int channelId) {
_backend.pauseChannel(channelId);
}
Pauses the sound playing on the specified channelId.
void pauseChannel(int channelId) {
_backend.pauseChannel(channelId);
}