start abstract method

  1. @override
void start([
  1. num? when,
  2. num? offset,
  3. num? duration
])
override

The start() method of the AudioBufferSourceNode is used to schedule playback of the audio data contained in the buffer, or to begin playback immediately.

Implementation

@override
void start([
  num? when,
  num? offset,
  num? duration,
]);