addLayer method Null safety
- Layer layer
Add a layer the the current style.
Implementation
Future<void> addLayer(Layer layer) {
var encode = layer._encode();
return addStyleLayer(encode, null);
}
Add a layer the the current style.
Future<void> addLayer(Layer layer) {
var encode = layer._encode();
return addStyleLayer(encode, null);
}