nextPage method

void nextPage()

Opens the next page.

Implementation

void nextPage() {
  nextPageNative?.call(_sdk);
}