getBookmarks abstract method

Future<List<Bookmark>> getBookmarks()

Returns all bookmarks in the document.

Implementation

Future<List<Bookmark>> getBookmarks();