viewNotifier property
Widget for the stream's video view.
This contains the actual video rendering widget.
Implementation
ValueNotifier<Widget?> viewNotifier = ValueNotifier<Widget?>(null);
Widget for the stream's video view.
This contains the actual video rendering widget.
ValueNotifier<Widget?> viewNotifier = ValueNotifier<Widget?>(null);