reportRead method
Reports that a read operation has occurred.
Implementation
@protected
void reportRead() {
  Notifier.instance.read(this);
}Reports that a read operation has occurred.
@protected
void reportRead() {
  Notifier.instance.read(this);
}