styleLayerExists abstract method

Future<bool> styleLayerExists(
  1. String layerId
)

Returns whether a layer with the given id exists.

Implementation

Future<bool> styleLayerExists(String layerId);