getGeometries abstract method
Get all geometries associated with the Servo
final geometries = await myServo.getGeometries();
For more information, see Servo component.
Implementation
Future<List<Geometry>> getGeometries({Map<String, dynamic>? extra});