createSoundChannel abstract method

SoundChannel createSoundChannel({
  1. SoundPosition position = unpanned,
  2. double gain = 0.7,
})

Get a channel with the given options.

Implementation

SoundChannel createSoundChannel({
  final SoundPosition position = unpanned,
  final double gain = 0.7,
});