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