add method

void add(
  1. Future future
)

Implementation

void add(Future future) {
  _storage.add(future);
}