setPlayingIndicatorLocation method

void setPlayingIndicatorLocation(
  1. CPListItemPlayingIndicatorLocations playingIndicatorLocation
)

Setter for playingIndicatorLocation

Implementation

void setPlayingIndicatorLocation(
    CPListItemPlayingIndicatorLocations playingIndicatorLocation) {
  this.playingIndicatorLocation = playingIndicatorLocation;
  FlutterCarPlayController.updateCPListItem(this);
}