setActive method

  1. @protected
void setActive()
inherited

Sets the state to Active.

Implementation

@protected
void setActive() {
  checkUninitialized();
  _state = _ActorState.active;
}