previousPage method

void previousPage()

Opens the prvioues page.

Implementation

void previousPage() {
  previousPageNative?.call(_sdk);
}