wind method

Flywheel wind(
  1. Future f
)

Implementation

Flywheel wind(Future f) {
  _pendingFutures.add(f);
  return this;
}