of static method

Implementation

static WebVideoPlayerController? of(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<InheritedWebVideoPlayer>()
      ?.controller;
}