fireChange method

void fireChange()

Implementation

void fireChange() {
  updateState();
  onChange?.call(paginationInfo);
}