playerState property Null safety

ValueListenable<PlayerState> playerState

Listenable state of the remote media player

Implementation

ValueListenable<PlayerState> get playerState => _playerStateNotifier;