openLayersList method

Future<void> openLayersList()

Displays the Layers dialog on Android, or the Layers tab of the existing list container on iOS.

If this tab has been disabled or there are no layers in the document, this method does nothing.

Implementation

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