Jumps to the specified page
Future<bool?> setPage(int page) async { return await _controller?.setPage(page); }