restart method

void restart()

Implementation

void restart() => executor
  ..clearSamplingStatus()
  ..resume();