removeAudioTrack method

Future<void> removeAudioTrack(
  1. int textureId
)

Removes the external audio track from the loaded timeline.

Implementation

Future<void> removeAudioTrack(int textureId) {
  throw UnimplementedError('removeAudioTrack() has not been implemented.');
}