removeGraphics method

void removeGraphics({
  1. required int mapId,
  2. String? layerId,
  3. String? removeByAttributeKey,
  4. String? removeByAttributeValue,
  5. String? excludeAttributeKey,
  6. List<String>? excludeAttributeValues,
})

Implementation

void removeGraphics({
  required int mapId,
  String? layerId,
  String? removeByAttributeKey,
  String? removeByAttributeValue,
  String? excludeAttributeKey,
  List<String>? excludeAttributeValues,
}) {
  throw UnimplementedError('removeGraphics() has not been implemented.');
}