Gets the total number of pages
Future<int?> getPageCount() async { return await _controller?.getPageCount(); }