menu
theoplayer_platform_interface package
documentation
track/texttrack/theoplayer_texttrack_impl.dart
CueImpl
update method
update method
dark_mode
light_mode
update
method
void
update
(
double
endTime
,
String
content
)
Implementation
void update(double endTime, String content) { _endTime = endTime; _content = content; }
theoplayer_platform_interface package
documentation
track/texttrack/theoplayer_texttrack_impl
CueImpl
update method
CueImpl class