Returns whether a layer with the given id exists.
Future<bool> styleLayerExists(String layerId) => _impl.styleLayerExists(layerId);