resumeChannel method
- int channelId
Resumes a paused sound on the specified channelId.
Implementation
void resumeChannel(int channelId) {
_backend.resumeChannel(channelId);
}
Resumes a paused sound on the specified channelId.
void resumeChannel(int channelId) {
_backend.resumeChannel(channelId);
}