subtitleController property

  1. @protected
StreamController<List<String>> subtitleController
final

Implementation

@protected
final StreamController<List<String>> subtitleController =
    StreamController<List<String>>.broadcast();