setPlayingIndicatorLocation method
Setter for playingIndicatorLocation
Implementation
void setPlayingIndicatorLocation(
CPListItemPlayingIndicatorLocations playingIndicatorLocation) {
this.playingIndicatorLocation = playingIndicatorLocation;
FlutterCarPlayController.updateCPListItem(this);
}