call method

void call()

Implementation

void call() {
  for (final stream in inputStreams) {
    _addStreamListener(stream);
  }
}