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