reportRead method

  1. @protected
void reportRead()
inherited

Reports that this notifier was read.

This is used by the reactive system to track dependencies.

Implementation

@protected
void reportRead() {
  Notifier.instance.read(this);
}