removeLayer method

Future<void> removeLayer(
  1. String imageLayerId
)

Removes a Mapbox style layer

Implementation

Future<void> removeLayer(String imageLayerId) {
  return MapboxFlutterPlatfom.getInstance(_id).removeLayer(imageLayerId);
}