getBookmarksForPage abstract method

Future<List<Bookmark>> getBookmarksForPage(
  1. int pageIndex
)

Gets bookmarks for a specific page.

Returns a list of bookmarks pointing to the specified page.

Implementation

Future<List<Bookmark>> getBookmarksForPage(int pageIndex);