dispose method

void dispose()

Implementation

void dispose() {
  for (var sub in _subscriptions) {
    sub.removeListener(_runReactiveBlock);
  }
}