getTrackById method

AudioTrack? getTrackById(
  1. String id
)

Implementation

AudioTrack? getTrackById(String id) =>
    js_util.callMethod(this, 'getTrackById', [id]);