stop method

void stop()

Implementation

void stop() {
  _unsubscribe();
  state.status = WorkStatus.idle;
  notifyState(state);
}