getPageInfo abstract method

Future<PageInfo> getPageInfo(
  1. int pageIndex
)

Returns the page info for the given page index. pageIndex The index of the page. This is a zero-based index.

Implementation

Future<PageInfo> getPageInfo(int pageIndex);