addNotifier method

  1. @protected
void addNotifier(
  1. int hash
)

Implementation

@protected
void addNotifier(int hash) {
  _notifier.add(hash);
}