openAnnotationList method
Displays the Annotation tab of the existing list container.
If this tab has been disabled, this method does nothing.
Implementation
Future<void> openAnnotationList() {
return _channel.invokeMethod(Functions.openAnnotationList);
}