openBookmarkList method

Future<void> openBookmarkList()

Displays the Bookmark tab of the existing list container.

If this tab has been disabled, this method does nothing.

Implementation

Future<void> openBookmarkList() {
  return _channel.invokeMethod(Functions.openBookmarkList);
}