isStyleLayerPersistent abstract method

Future<bool> isStyleLayerPersistent(
  1. String layerId
)

Returns whether the layer with the given id is persistent.

Implementation

Future<bool> isStyleLayerPersistent(String layerId);