initialize method

void initialize()

Implementation

void initialize() {
  _isActive = true;
  _updateController = StreamController.broadcast();
}