playSound method

void playSound(
  1. Uint8List pcmData, {
  2. double volume = 0.5,
})

Implementation

void playSound(Uint8List pcmData, {double volume = 0.5}) {
  throw UnimplementedError('playSound() has not been implemented.');
}