openOutlineList method

Future<void> openOutlineList()

Displays the Outline tab of the existing list container.

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

Implementation

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