setPopulateBookmarksFlag method
Sets the populate bookmarks flag so bookmarks don't get added again.
Implementation
void setPopulateBookmarksFlag() async {
await _preferences.put('populate_bookmarks', true);
}
Sets the populate bookmarks flag so bookmarks don't get added again.
void setPopulateBookmarksFlag() async {
await _preferences.put('populate_bookmarks', true);
}