YoutubePlayerController constructor

YoutubePlayerController({
  1. required String initialVideoId,
  2. YoutubePlayerParams params = const YoutubePlayerParams(),
})

Implementation

YoutubePlayerController({
  required this.initialVideoId,
  this.params = const YoutubePlayerParams(),
}) {
  invokeJavascript = (_) async {};
}