openAnnotationList static method

Future<void> openAnnotationList()

Displays the Annotation tab of the existing list container.

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

Implementation

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