setLoopingTrack method

void setLoopingTrack(
  1. Uint8List? pcmData, {
  2. double volume = 0.3,
})

Implementation

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