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