dispatchPlayerStateUpdate method Null safety
- PlayerState playerState
Internal method that shouldn't be visible
Implementation
@internal
void dispatchPlayerStateUpdate(PlayerState playerState) {
this._playerStateNotifier.value = playerState;
}
Internal method that shouldn't be visible
@internal
void dispatchPlayerStateUpdate(PlayerState playerState) {
this._playerStateNotifier.value = playerState;
}