start method

void start()

Implementation

void start() {
  _subscription?.cancel();
  _subscription = _events.listen(_handleEvent);
}