@override Stream<bool> get onPlayerStateUpdate { return _playerEventChannel .receiveBroadcastStream() .map((event) => event as bool); }