toWaitList method

void toWaitList(
  1. List<Future> list
)

Implementation

void toWaitList(List<Future> list) {
  list.add(this.initialized);
}