openOutlineList static method

Future<void> openOutlineList()

Displays the Outline tab of the existing list container.

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

Implementation

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