jumpToFirst method

Future<bool?> jumpToFirst()

Jump to the first page

Implementation

Future<bool?> jumpToFirst() async {
  return setPage(0);
}