concatenatingInsertAll method

Inserts audio sources into the given concatenating audio source.

Implementation

Future<ConcatenatingInsertAllResponse> concatenatingInsertAll(
    ConcatenatingInsertAllRequest request) {
  throw UnimplementedError(
      "concatenatingInsertAll() has not been implemented.");
}