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