setLive method
- bool live
Sets the live status.
live
is the new live status to be set.
Implementation
void setLive(bool live) {
this.live = live;
}
Sets the live status.
live
is the new live status to be set.
void setLive(bool live) {
this.live = live;
}