notifier property

ValueNotifier<PlatformVideoController?> notifier
final

Platform specific internal implementation initialized depending upon the current platform.

Implementation

final notifier = ValueNotifier<PlatformVideoController?>(null);