removeStyleModel method

Future<void> removeStyleModel(
  1. String modelId
)

Removes a 3D model from the style.

Implementation

Future<void> removeStyleModel(String modelId) =>
    _impl.removeStyleModel(modelId);