read method

void read(
  1. PageOffset offset
)

Implementation

void read(PageOffset offset) {
  emitReading();
  onReading(offset);
}