clean method

void clean()

Clean the cubit (block all operations)

Implementation

void clean() {
  emitIdle();
}