Removes a MapLibre style layer
Future<void> removeLayer(String layerId) { return _maplibrePlatform.removeLayer(layerId); }