removeGraphic method

Future<void> removeGraphic(
  1. int mapId,
  2. String layerId,
  3. String graphicId
)

Implementation

Future<void> removeGraphic(int mapId, String layerId, String graphicId) {
  throw UnimplementedError('removeGraphic() has not been implemented.');
}