Toggle bookmark for the current page.
Future<bool> toggleBookmark() async { return QuranMetadata.instance.toggleBookmark(currentPage.value); }