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