removeLayer method

Future<void> removeLayer(
  1. String layerId
)

Removes a MapLibre style layer

Implementation

Future<void> removeLayer(String layerId) {
  return _maplibrePlatform.removeLayer(layerId);
}