destroyLayer method

bool destroyLayer({
  1. required String layerId,
})

Implementation

bool destroyLayer({required String layerId}) {
  return ArcgisMapPlatform.instance
      .destroyLayer(layerId: layerId, mapId: mapId);
}