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