getKinematics abstract method
Get the kinematics data associated with the Gantry
var kinematics = await myGantry.getKinematics();
For more information, see Gantry component.
Implementation
Future<Kinematics> getKinematics({Map<String, dynamic>? extra});