SoundPlayback constructor
const
SoundPlayback(
- SoundChannel channel,
- Sound sound
Create an instance.
Implementation
const SoundPlayback(this.channel, this.sound);
Create an instance.
const SoundPlayback(this.channel, this.sound);