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