getBookmarksForPage abstract method

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

Returns all bookmarks that target pageIndex.

Implementation

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