setIsPlaying method
Setter for isPlaying
Implementation
void setIsPlaying(bool isPlaying) {
this.isPlaying = isPlaying;
FlutterCarPlayController.updateCPListItem(this);
}
Setter for isPlaying
void setIsPlaying(bool isPlaying) {
this.isPlaying = isPlaying;
FlutterCarPlayController.updateCPListItem(this);
}