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