setSubtitle method
Set subtitle (this can be used to set subtitles based on a custom parser)
Implementation
@mustBeOverridden
/// Set subtitle (this can be used to set subtitles based on a custom parser)
void setSubtitle(String subtitle) {
throw UnimplementedError('[AbstractPlayer.setSubtitle] is not implemented');
}