cancel method

void cancel()

Implementation

void cancel() {
  foregroundController.stop();
  foregroundController.value = 0;
}