playSound method

void playSound(
  1. Uint8List pcmData
)

Implementation

void playSound(Uint8List pcmData) {
  throw UnimplementedError('playSound() has not been implemented.');
}