createSoundChannel abstract method
Get a channel with the given options.
Implementation
SoundChannel createSoundChannel({
final SoundPosition position = unpanned,
final double gain = 0.7,
});
Get a channel with the given options.
SoundChannel createSoundChannel({
final SoundPosition position = unpanned,
final double gain = 0.7,
});