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