add method

void add(
  1. VoidCallback listener
)

Implementation

void add(VoidCallback listener) {
  _notifyData?.disposers.add(listener);
}