of static method
Get PipFlutterPlayerController from context. Used in InheritedWidget.
Implementation
static PipFlutterPlayerController of(BuildContext context) {
final pipFlutterPLayerControllerProvider =
context.dependOnInheritedWidgetOfExactType<
PipFlutterPlayerControllerProvider>()!;
return pipFlutterPLayerControllerProvider.controller;
}