removeSource abstract method

Future<void> removeSource(
  1. String id
)

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

Implementation

Future<void> removeSource(String id);