openBookmarkList static method
Displays the Bookmark tab of the existing list container.
If this tab has been disabled, this method does nothing.
Implementation
static Future<void> openBookmarkList() {
return _channel.invokeMethod(Functions.openBookmarkList);
}