KinescopePlayerController constructor

KinescopePlayerController(
  1. String videoId, {
  2. PlayerParameters parameters = const PlayerParameters(),
})

Implementation

KinescopePlayerController(
  /// The video id with which the player initializes.
  String videoId, {
  this.parameters = const PlayerParameters(),
}) : _videoId = videoId;