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