dispatchPlayerStateUpdate method Null safety

  1. @internal
void dispatchPlayerStateUpdate(
  1. PlayerState playerState
)

Internal method that shouldn't be visible

Implementation

@internal
void dispatchPlayerStateUpdate(PlayerState playerState) {
  this._playerStateNotifier.value = playerState;
}