isMoving abstract method
Whether the Gantry is currently moving.
var moving = await myGantry.isMoving();
For more information, see Gantry component.
Implementation
Future<bool> isMoving();
Whether the Gantry is currently moving.
var moving = await myGantry.isMoving();
For more information, see Gantry component.
Future<bool> isMoving();