getPage method

int getPage()

Returns the current page.

Implementation

int getPage() {
  int? value = getPageNative?.call(_sdk);

  return value!;
}