notifier property
Platform specific internal implementation initialized depending upon the current platform.
Implementation
final notifier = ValueNotifier<PlatformVideoController?>(null);
Platform specific internal implementation initialized depending upon the current platform.
final notifier = ValueNotifier<PlatformVideoController?>(null);