pub fn toggle_bookmark(url: &str, title: &str) -> Option<bool>
Toggle url (chrome star / ⌘D). Returns the new bookmarked state, or None when the store is unavailable.
url
None