getTrackById method

TextTrack? getTrackById(
  1. String id
)

Implementation

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