hasBookmarkForPage abstract method

Future<bool> hasBookmarkForPage(
  1. int pageIndex
)

Returns true if there is at least one bookmark targeting pageIndex.

Implementation

Future<bool> hasBookmarkForPage(int pageIndex);