addSubtitle method

void addSubtitle(
  1. Subtitle subtitle
)

Implementation

void addSubtitle(Subtitle subtitle) {
  subtitles.add(subtitle);
}