Recursively removes a bookmark folder.
Future<void> removeTree(String id) async { await promiseToFuture<void>($js.chrome.bookmarks.removeTree(id)); }