videoParamsController property

  1. @protected
StreamController<VideoParams> videoParamsController
final

Implementation

@protected
final StreamController<VideoParams> videoParamsController =
    StreamController<VideoParams>.broadcast();