getCueById method

TextTrackCue? getCueById(
  1. String id
)

Implementation

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