getGeometries abstract method

Future<List<Geometry>> getGeometries({
  1. Map<String, dynamic>? extra,
})

Get all geometries associated with the Gripper

final geometries = await myGripper.getGeometries();

For more information, see Gripper component.

Implementation

Future<List<Geometry>> getGeometries({Map<String, dynamic>? extra});