clear method

void clear()

Implementation

void clear() {
  throwIfNotAvailable('clear');
  _disposables.clear();
}