setAudioTrack method
Overlays an external audio track on the loaded timeline.
track is a JSON-compatible map produced by AudioTrack.toJson.
Implementation
Future<void> setAudioTrack(int textureId, Map<String, dynamic> track) {
throw UnimplementedError('setAudioTrack() has not been implemented.');
}