handleScrollReachedEnd method

void handleScrollReachedEnd(
  1. RenderViewModel view
)

Implementation

void handleScrollReachedEnd(RenderViewModel view) {
  view.context.renderBridgeManager.sendComponentEvent(
    _rootId,
    view.id,
    "endreached",
    {},
  );
}