Gets the current page number
Future<int?> getCurrentPage() async { return await _controller?.getCurrentPage(); }