removeLayer abstract method

Future<void> removeLayer(
  1. String id
)

Removes the layer with the given id from the map's style.

Implementation

Future<void> removeLayer(String id);