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