openOutlineList method
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);
}
Displays the Outline tab of the existing list container.
If this tab has been disabled, this method does nothing.
Future<void> openOutlineList() {
return _channel.invokeMethod(Functions.openOutlineList);
}