setLive method

void setLive(
  1. bool live
)

Sets the live status.

live is the new live status to be set.

Implementation

void setLive(bool live) {
  this.live = live;
}