getPageCount method

Future<int?> getPageCount()

Gets the total number of pages

Implementation

Future<int?> getPageCount() async {
  return await _controller?.getPageCount();
}