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