sleep method

void sleep(
  1. String id
)

Implementation

void sleep(String id) {
  final flow = _flows[id];
  flow?.sleep();
}