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